@media (min-width: 1200px) {
    .row-footer .s2{
        width: 17.5%;
        /* display: grid; */
        padding: 60px 20px;
    }
}
@media (min-width: 1440px) {
    .row-footer .s2 {
        padding: 60px 32px;
    }
}

.box-nav-menu .sub-menu-style-2 .menu-list{
    width: 46%;
}

.card-product .card-product-wrapper img {
    object-fit: contain !important;
}
