.marquee-bar{white-space:nowrap;background-color:#109545;width:100%;padding:18px 0;overflow:hidden}.marquee-track{width:max-content;animation:40s linear infinite moveRightToLeft;display:flex}.marquee-content{align-items:center;display:flex}.marquee-item{color:#fff;margin-right:90px;font-size:22px;font-weight:700}@media (max-width:500px){.marquee-item{font-size:14px}.marquee-bar{padding:10px 0}}@keyframes moveRightToLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}
