@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll-left{animation:10s linear infinite scroll-left}@media (max-width:768px){.animate-scroll-left{animation-duration:15s}}
