@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-1600px - 4rem))}}.animate-scroll{animation:30s linear infinite scroll}@media (max-width:600px){.animate-scroll{animation:60s linear infinite scroll}}
