.partner .box-heading {
    border-bottom: 1px solid #dedede;
}

.box.partner {
    margin-bottom: 55px;
    margin-top: 55px;
}

.box.partner div.box-heading {
    padding-bottom: 0;
    border-bottom: none;
    background: #f5f5f5;
    margin-bottom: 25px;
}

.box.partner div.box-heading h3 {
    /*display: none;*/
    /* width: 200px; */
    float: left;
    margin: 3px;
}

.box.partner .swiper-slide {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.box.partner .swiper-slide > a {
    vertical-align: middle;
}

.box.partner a img {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    max-height: 60px;
    opacity: .7;
}

.box.partner a:hover img {
    opacity: 1;
}
