.logos-list{display: flex;align-items: center; justify-content: space-between;}
.logos-item {padding: 0 15px;max-width: 16.666%;}
.logos-box img {max-height: 120px;max-width: 100%;object-fit: contain;}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){
    .logos-list{flex-wrap: wrap; justify-content: center; gap: 30px 0;}
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px){
    .logos-item{max-width: 20%;}
    .logos-box img {max-height: 90px;}
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
    .logos-item{max-width: 25%;}
    .logos-box img {max-height: 60px;}

}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px){
    .logos-item{max-width: 33.333%;}
}
 
