@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.logos-carousel h2{font-size:26px;line-height:1.75rem;text-align:center}.logos-carousel h2.mobile-heading{display:none}.logos-carousel>div:not([data-animated])>.track{animation:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.logos-carousel>div[data-animated]{overflow:hidden;position:relative;width:100%}.logos-carousel .track{animation:scroll 250s linear infinite;display:flex;width:max-content}.logos-carousel .track:hover{animation-play-state:paused}.logos-carousel .track figure{display:grid;flex:0 0 auto;padding:0 1rem;place-items:center;width:9.5rem}.logos-carousel .track figure img{max-height:2.25rem;max-width:100%;object-fit:contain}.logos-carousel>div>figure img{height:100%;max-height:2.25rem;max-width:9.5rem;object-fit:contain;width:100%}.logos-carousel>div:hover>figure{animation-play-state:paused}@media (max-width:991px){.logos-carousel h2:not(.mobile-heading){display:none}.logos-carousel h2.mobile-heading{display:block}.logos-carousel h2{font-size:22px}.logos-carousel .track figure{padding:0}.logos-carousel>div:not([data-animated]){gap:1rem;grid-template-columns:1fr 1fr}}