section{margin-block:3rem}.main__container{max-width:1000px;margin-inline:auto;background:#7c91af;padding:3rem}.marquee{position:relative;display:flex;overflow:hidden;user-select:none}.marquee__content{flex-shrink:0;display:flex;justify-content:space-around}.marquee__content img{max-width:2rem;width:100%;object-fit:contain}.marquee__content>*{flex:0 0 auto;text-align:center}.marquee__item{display:flex;justify-content:center;align-items:center}ul{padding-left:0}.enable-animation .marquee__content{animation:scroll 20s linear infinite}.marquee:hover .marquee__content{animation-play-state:paused}.magnet-arrow{transition:.5s linear}.magnet-arrow:hover{transform:scale(1.2);background-color:var(--foreground)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100%))}}