.marque-container{width:100%;overflow:hidden}.marquee-left{animation:30s linear infinite marquee-left}.marque-list{display:flex;padding:2rem 0}.marque-container .marque-list:first-child .marque-item{justify-content:start}.marque-item{width:20%;float:left;flex:1 0 14%;display:flex;justify-content:center;margin-right:18px}.marque-item img{max-width:140px;width:100%;height:auto}@keyframes marquee-left{0%{transform:translateX(0)}100%{transform:translatex(-200%)}}@media screen and (max-width:1024px){.marque-container{margin-block-start:0rem!important}}