.marquee{display:flex;flex-direction:row;gap:15px;overflow:hidden;user-select:none}.marquee__group{flex-shrink:0;display:flex;flex-direction:row!important;align-items:center;justify-content:space-between;gap:2rem;animation:scroll 8s linear infinite;width:170px;max-height:180px}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(calc(-100% - 2rem))}}