.marquee{width:100%;overflow:hidden;box-sizing:border-box;background-color:transparent;padding:10px 0}.marquee-content{display:inline-block;white-space:nowrap;animation:marquee 60s linear infinite;animation-direction:alternate;animation-timing-function:linear}.marquee-content .highlight{color:#00a988;font-family:'Ubuntu',sans-serif;font-size:20px}.marquee-content span{display:inline-block;padding:0 2rem;font-size:17px;color:#000;font-family:'Ubuntu',sans-serif}@keyframes marquee{0%{transform:translateX(0)}50%{transform:translateX(-50%)}100%{transform:translateX(0)}}