.merchant-logo-content {
    margin-top: 85px;
}
.merchant-logo-content .splide__slide img {
    width: 100px;
    height: 100px;
    border-radius: 23px;
}
.content-middle, .content-bottom {
    margin-top: 30px !important;
}
.integrated-merchant-splide-middle img {
    width: 100px;
    height: 100px;
    border-radius: 23px;
}
.integrated-merchant-splide-bottom img{
    width: 100px;
    height: 100px;
    border-radius: 23px;
}

@media only screen and (max-width: 760px) {
    .merchant-logo-content .splide__slide img {
        width: 50px !important;
        height: 50px !important;
        border-radius: 13px !important;
    }
    .merchant-logo-content  {
        margin-top: 30px !important;
    }
    .content-middle, .content-bottom {
        margin-top: 15px !important;
    }
    .integrated-merchant-splide-middle img {
        width: 50px !important;
        height: 50px !important;
        border-radius: 13px !important;
    }
    .integrated-merchant-splide-bottom img{
        width: 50px !important;
        height: 50px !important;
        border-radius: 13px !important;
    }
}
