.Customer_Choice {
    margin: 0px 0 50px;
}

.Customer_Choice .imageSwiper {
    padding: 60px 0;
}

/* Default slide */

.Customer_Choice .slide_img {
    height: 277px;
}

.Customer_Choice .slide_img .slide {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.7;
    transform: scale(0.8);
    transition: all 0.4s ease;
    box-shadow: 0px 3px 6px #0000006B;
    background: #fff0e1;
}

/* Active (center) slide */
.Customer_Choice .swiper-slide-active .slide_img .slide {
    opacity: 1;
    transform: scale(1.1);
    z-index: 2;
}

/* Side slides slightly visible */
.Customer_Choice .swiper-slide-prev .slide_img .slide,
.Customer_Choice .swiper-slide-next .slide_img .slide {
    opacity: 0.9;
    transform: scale(0.95);
}

.Customer_Choice .swiper-slide {
    display: flex;
    justify-content: center;
}



/* ================= Media Queries ====================== */

@media (min-width:0px) and (max-width:767px) {

    .Customer_Choice .slide_img .slide {
        height: 100%;
    }

    .Customer_Choice {
        margin: 40px 0 50px;
    }

    .Customer_Choice .imageSwiper {
        padding: 30px 0;
    }

    .Customer_Choice .slide_img {
        height: 140px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Customer_Choice .slide_img {
        height: 250px;
    }
}

@media (min-width:992px) and (max-width:1399px) {
    .Customer_Choice .slide_img {
        height: 250px;
    }

    .Customer_Choice {
        margin: 40px 0 50px;
    }
}