.mcr-marquee{height:50px;overflow-x:hidden;position:relative}.mcr-marquee__content{align-items:center;display:flex;gap:30px;left:-230%;position:absolute;top:0;width:100%}span.mcr-marquee__item{align-items:center;color:var(--green);display:flex;font-size:40px;gap:30px;white-space:nowrap}span.mcr-marquee__item:before{background-color:var(--green);content:"";height:15px;width:15px}@keyframes marquee{to{left:100%}}@media (max-width:600px){span.mcr-marquee__item{font-size:20px}}