.marquee,.marquee-rtl {
    display: flex;
    align-items:center;
}

.marquee li,.marquee-rtl li {
    float: left;
    padding:0 50px;
    margin-bottom:0;
}
.logo-list{
    overflow:hidden;
}
.logo-list .logo-list-box:not(:last-child){
    margin-bottom:50px;
}
.marquee,.marquee-rtl{
    margin:0;
    padding:0;
    list-style-type:none;
}



/*------- media ------*/


@media(max-width:1599.98px) {

}
@media(max-width:1439.98px) {
    .marquee li,.marquee-rtl li {
        padding:0 30px;
    }
    .logo-list .logo-list-box:not(:last-child){
        margin-bottom:30px;
    }
}
@media(max-width:1199.98px) {
    .marquee li,.marquee-rtl li {
        padding:0 25px;
    }
    .logo-list .logo-list-box:not(:last-child){
        margin-bottom:25px;
    }
    
   
}
@media(max-width:991.98px) {
     .marquee li,.marquee-rtl li {
        padding:0 15px;
    }
    .logo-list .logo-list-box:not(:last-child){
        margin-bottom:20px;
    }
}
@media(max-width:767.98px) {
   .marquee li,.marquee-rtl li {
        padding:0 15px;
    }
    .logo-list .logo-list-box:not(:last-child){
        margin-bottom:15px;
    }  
}
@media(max-width:575.98px) {
     .marquee li,.marquee-rtl li {
        padding:0 12px;
    }
    .logo-list .logo-list-box:not(:last-child){
        margin-bottom:10px;
    }  
}