.accreditations-logo-list{height: 90px; overflow: visible; }
.accreditations-logo-item{width: max-content !important; }
.accreditations-logo-box{width: 100%;height: 90px; /*display: flex;*/ align-items: center;justify-content: center;}
.accreditations-logo-box img{width: auto; height: 100%; object-fit: contain; max-height: 90px; }
.accreditations-logo-slider .swiper-wrapper{transition-timing-function: linear;}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {

}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { 
    .accreditations-logo-item { width: auto !important; }
        .accreditations-logo-item .accreditations-logo-box img {
            max-width: 200px;
        }
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
    .accreditations-logo-list{margin-left: -20px; width: calc(100% + 40px);}
    .accreditations-logo-box{height: 70px;}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
 @media (max-width: 575.98px){

}

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { 
} 