@media (max-width: 1366px) {
    .min-height-360 {
        min-height: 385px;
    }
}
@media (max-width: 992px) {
    #card_view .col-md-7 {
        width: 100%;
    }
    #card_view .col-md-2 {
        width: 50%;
    }
    .border-md-top,
    .border-md-left {
        border-top: 0px !important ;
        border-left: 0px !important;
    }
}
@media (max-width: 767px) {
    #card_view .col-md-2 {
        width: 100%;
    }
    .wrap_women {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .fs-20 {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .fs-sm-12 {
        font-size: 12px;
    }
    .fs-20 {
        font-size: 15px;
    }
    .fs-38 {
        font-size: 30px;
    }
    .fs-26 {
        font-size: 23px;
    }
    .fs-42 {
        font-size: 30px;
    }
    .fs-72 {
        font-size: 40px;
    }
    .img_wrap img {
        width: 100%;
        height: 330px;
        object-fit: cover;
    }
    .img_wrap_2 img {
        width: 100%;
        height: 330px;
        object-fit: cover;
    }
    #card_view img.small_img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .wrap_women {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .border-md-top,
    .border-md-left {
        border-top: 0px !important ;
        border-left: 0px !important;
    }
}
