.partners-marquee{width:100%;margin-top:3rem;padding:1rem 0;position:relative;overflow:hidden}.partners-track{align-items:center;gap:2rem;width:max-content;animation:40s linear infinite scroll;display:flex}.partners-track:hover{animation-play-state:paused}.partner-logo{flex-shrink:0;justify-content:center;align-items:center;width:200px;height:100px;transition:transform .3s;display:flex}.partner-logo:hover{transform:translateY(-5px)}.partner-logo img{object-fit:contain;max-width:100%;height:auto;max-height:100px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}
