.marquee{display:flex;gap:1rem;overflow:hidden;user-select:none}.marquee .marquee__group{align-items:center;animation:scroll 60s linear infinite;display:flex;flex-shrink:0;gap:2rem;justify-content:space-evenly;margin:0;max-width:none;min-width:100%}.marquee .marquee__group img{@apply h-[20px] md:h-[25px];filter:grayscale(100%);width:auto}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}