.marquee-section{overflow:hidden;width:100%}.marquee-wrapper{width:fit-content;white-space:nowrap;animation:marquee-animation 10s linear infinite}.marquee{display:inline-flex;padding:5px}.marquee span{display:flex}@keyframes marquee-animation{-100%{transform:translateX(100%)}100%{transform:translateX(-100%)}}.marquee-wrapper:hover{animation-play-state:paused}@media screen and (max-width:768px){.marquee{font-size:13px!important}}