.marquee{overflow:hidden;position:relative}.marquee__content{display:flex;gap:24px;width:max-content;animation:scroll 25s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}