.logos-scroll-container{overflow:hidden;width:100%}.logos-scroll-track{display:flex;align-items:center;animation:scroll-left 40s linear infinite;width:fit-content}.logos-scroll-track:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-item{min-width:220px;height:120px;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.logos-scroll-track{animation-duration:30s}.logo-item{min-width:160px;height:90px}}