.animation-container{margin:0 auto;padding:8px 0;overflow:hidden;display:flex;white-space:nowrap}.animation-group{display:flex;width:max-content;flex-shrink:0;will-change:transform}.animation-group>div{white-space:nowrap;flex-shrink:0}@media (max-width:768px){.animation-group{animation:marquee 25s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}}