.marquee{width:100%;position:relative;overflow:hidden}.marquee-content{flex-wrap:nowrap;gap:clamp(1rem,2vw,2rem);width:max-content;padding-inline:clamp(1rem,5vw,3rem);animation:30s linear infinite scroll-marquee;display:flex}@keyframes scroll-marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.marquee-item{flex:none;justify-content:center;align-items:center;min-width:clamp(60px,10vw,150px);max-width:clamp(100px,12vw,180px);padding:0 clamp(.5rem,2vw,1.5rem);display:flex}@media (max-width:480px){.marquee-content{animation-duration:20s}.marquee-item{padding:0 .5rem}}
