.sc-logo-scroller{display:flex;flex-direction:column;margin:0 auto;max-width:1344px;width:100%}.marquee{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));justify-items:center;margin-block:30px;margin-left:0;overflow:visible}.marquee,.marquee__item{align-items:center;position:static;width:100%}.marquee__item{background-color:var(--clr-neutral-grey-10);border-radius:8px;display:flex;height:auto;justify-content:center;max-height:66px;max-width:100%;object-fit:contain;padding:16px}@media (min-width:768px) and (max-width:1024px){.marquee{gap:20px}.marquee__item img,.marquee__item svg{max-height:48px}}@media (max-width:767px){.marquee{gap:16px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-block:16px}.marquee__item img,.marquee__item svg{max-height:40px}}