.marquee{overflow:hidden;width:100%;background:#E5E7EB}.marquee__track{display:flex;width:max-content;animation:marquee 22s linear infinite}.marquee__item{flex:0 0 180px;height:120px;display:flex;justify-content:center;align-items:center;position:relative;box-sizing:border-box}.marquee__item img{max-width:135px;object-fit:contain}.marquee__item:after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:#d1d5db}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.marquee__item{flex-basis:140px;height:100px}.marquee__track{animation-duration:30s}}