.wrap-partner {
    margin-top: 100px;
}

@media (min-width: 1199px) {
    .wrap-partner {
        padding-right: 3vw;
    }
}

.mySwiper-partner {
    width: 100%;
    height: 120px;
   
}
.wrap-mySwiper-partner {
     position: relative;
    margin-right: 100px;
}

.wrap-mySwiper-partner:after {
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    border-radius: 6px;
    width: 12px;
    background: #FEDC00;
}

.mySwiper-partner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(7.5rem, 4.8986rem + 9.4595vw, 16.25rem);
}

.mySwiper-partner .swiper-slide img {
    max-width: 90%;
    max-height: 100%;
    object-position: center;
    object-fit: contain;
}

.wrap-mySwiper-partner {
    width: 100%;
}

@media (max-width: 1199px) {
    
    .wrap-mySwiper-partner {
        width: 100%;
        margin-right: 0;
        padding-right: 15px;
    }
    .wrap-mySwiper-partner:after {
        right: 5px;
    }
    .wrap-partner .h1 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .mySwiper-partner {
        height: 80px;
    }

    .mySwiper-partner .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
    }
}