.customer-scroll{display:flex;gap:90px;min-width:150%;white-space:nowrap;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite}@media (max-width:768px){.customer-scroll{gap:40px;min-width:600%;animation-duration:10s}}.customer-scroll-left{animation-name:scroll-left}.customer-scroll-right{animation-name:scroll-right}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}