.listContentWrapper { padding: 0 5px; background: #fafafa; display: flex; flex-direction: column; gap: 5px; padding-bottom: 34px; .recommendTextWrapper { display: flex; align-items: center; justify-content: center; padding: 22px 10px; } .recommendText { color: rgba(0, 0, 0, 0.85); font-size: 14px; font-weight: 500; line-height: 24px; } .bottomTextWrapper { width: 100%; height: 68px; padding: 0 16px; display: flex; align-items: center; justify-content: center; color: rgba(0, 0, 0, 0.85); font-size: 14px; font-weight: 500; line-height: 24px; } }