.animate-scroll{animation:scroll 30s linear infinite}.animate-scroll:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.client-logo-image{height:48px;width:auto;max-width:120px;-o-object-fit:contain;object-fit:contain}@media(max-width:1024px){.animate-scroll{animation:scroll 15s linear infinite}}@media(max-width:768px){.animate-scroll{animation:scroll 5s linear infinite}}