.section{width:100%;padding:0}.section__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.section__title{font-size:20px;font-weight:600;line-height:24px;color:var(--text-white);margin:0}.section__view-all{display:flex;align-items:center;gap:12px;color:var(--text-white-50);font-size:14px;font-weight:500;line-height:18px;text-decoration:none;transition:color var(--transition-fast)}.section__view-all:hover{color:var(--text-white-70)}.section__arrow{display:none}@media(min-width:1024px){.section__header{padding-bottom:20px}.section__title{font-size:24px;line-height:28px}.section__view-all{font-size:16px;line-height:20px}.section__arrow{display:block;width:32px;height:32px}}
