@media (max-width: 768px) {
    .product-intro .row3 {
        margin-bottom: 30px;
    }

    .row3-col-1, .row3-col-2 {
        margin-bottom: 0;
    }

    .product-image {
        height: 170px !important;
    }

    .reviews .nav-row {
        margin-top: 270px;
    }

    .product-image{
        transform: scaleX(1);
    }
}
