.Inner_Products {
    margin: 60px 0px;
}


@media (min-width:0px) and (max-width:1199px) {
    .Inner_Products {
        margin: 0px 0px 40px;
    }

    .Inner_Products .Common_Title_2 {
        margin: 20px 0px 30px;
    }
}






.Inner_Products .cat_img_holder {
    box-shadow: 0 0px 16px 0px #e1e1e1;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 30px;
    cursor: pointer;
}

.Inner_Products .cat_img_holder .cat_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.Inner_Products .other_cats_div {
    margin: 40px 0px;
}


@media (min-width:0px) and (max-width:575px) {
    .Inner_Products .Common_Title_2 .botoom_title_div .sub_text {
        font-size: 18px;
    }

    .Inner_Products .other_cats_div {
        margin: 30px 0px;
    }

}

@media (min-width:0px) and (max-width:991px) {

    .Inner_Products .cat_img_holder {
        padding: 10px;
        margin-bottom: 20px;
    }

}