.marquee-section-home{background-color:#222;overflow:hidden;padding:20px 0;width:100%}.marquee-track-home{animation-iteration-count:infinite;animation-name:marquee-scroll;animation-timing-function:linear;display:flex;width:fit-content}.marquee-section-home:hover .marquee-track-home{animation-play-state:paused}.marquee-card-home,.marquee-content-home{align-items:center;display:flex;flex-shrink:0}.marquee-card-home{background:transparent;gap:10px;padding:0 20px}.marquee-column-home h3,.marquee-column-home p{color:#fff}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}