.scroll-wrapper{width:100%;overflow:hidden}.scroll-track{display:flex;width:max-content;animation:scroll-left 30s linear infinite}.scroll-item{flex:0 0 auto;width:300px;height:100px;margin-right:10px;background:#4f46e5;color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;border-radius:8px}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}