.line-image-infinite{overflow:hidden;white-space:nowrap;width:100%}.line-image-infinite .wrapper{align-items:center;animation:scrollImages 4s linear infinite;display:flex;gap:120px}.line-image-infinite .wrapper .image{align-items:center;display:flex;height:100px!important;justify-content:center;min-width:150px;width:150px}.line-image-infinite .wrapper .image img{max-height:100%!important;width:100%!important}@keyframes scrollImages{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:576px){.line-image-infinite .wrapper{gap:50px}.line-image-infinite .wrapper .image{min-width:100px;width:100px}}