.section-marquee{background-color:#ababab;color:#f2f2f2;font-size:12px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.48px;height:36px;display:flex;align-items:center;overflow:hidden;white-space:nowrap}@media screen and (max-width:989px){.section-marquee{font-size:10px;letter-spacing:-.4px;height:32px}}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}.section-marquee__inner{display:flex;align-items:center;gap:20px;animation-name:scroll;animation-timing-function:linear;animation-iteration-count:infinite}