.logos-wrapper{width:100%}.logo-slide img{max-width:100%;max-height:40px;width:auto;height:auto;object-fit:contain}.logos-wrapper{display:flex;flex-direction:column;overflow:hidden;border:1px solid #ebebeb;border-radius:5px}.animated-slider .slick-track{display:flex;align-items:center;animation:slideLeft 20s linear infinite}.animated-slider:nth-child(2) .slick-track{animation:slideRight 20s linear infinite}@keyframes slideLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}.logo-slide.odd{background:#fff}.logo-slide.even{background:#f2f2f999}.logo-slide{display:flex!important;justify-content:center;align-items:center;height:100px;padding:10px;border:1px solid #ebebeb}@media(max-width:425px){.slick-track{display:flex!important;gap:18px!important}}