.service-img-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/**************************/
/* BELOW 1344px (smaller desktops) */
/**************************/
@media (max-width: 84em) {
}

/**************************/
/* BELOW 1200px (landscape Tablets) */
/**************************/
@media (max-width: 75em) {
    .one_product-page .details .images .big-pic {
        width: 90%;
        height: 100% !important;
    }
}

/**************************/
/* BELOW 944px (Tablets) */
/**************************/
@media (max-width: 59em) {
}

/**************************/
/* BELOW 704px (Smaller tablets) */
/**************************/
@media (max-width: 44em) {
}

/**************************/
/* BELOW 544px (Phones) */
/**************************/
@media (max-width: 34em) {
    .service-img-cont {
        height: 200px;
    }
}
