.marquee-container{overflow:hidden;white-space:nowrap;width:100%;background:var(--primary);padding:15px 0}.marquee-content{display:inline-block;white-space:nowrap;animation:scroll-left-to-right 12s linear infinite}.marquee-content span{display:inline-block;color:#000;font-family:sans-serif}@keyframes scroll-left-to-right{0%{transform:translate(0)}to{transform:translate(-50%)}}
