.section-partners.bar {
    padding: 35px 0;
}

.section-partners.bar .swiper-slide {
    width: auto;
    line-height: 0;
}

.section-partners.bar .swiper-slide img {
    max-height: 55px;
    width: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


@media (max-width: 992px) {
    .section-partners.bar {
        padding: 20px 0;
    }
}