@media(max-width: 1199px){
    .Comman_banner .section_title h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width: 991px){
    .Comman_banner .section_title h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .Comman_banner {
        padding: 252px 0px 70px 0px;
    }
    .Contact_Page_sec {
        padding: 50px 0px;
    }
    .product_details .product_detail_content {
        padding-left: 0px;
    }
}

@media(max-width: 576px){
    .Comman_banner {
        padding: 225px 0px 70px 0px;
    }
    .Contact_Page_sec .section_title h2 {
        font-size: 30px;
    }
    .Contact_Page_sec .section_title {
        padding: 15px;
    }
    .Contact_Page_sec .section_title .Contact_detail .icon_box {
        height: 50px;
        width: 50px;
    }
    .Contact_Page_sec .section_title .Contact_detail{
        gap: 10px;
    }
    .Contact_Page_sec .section_title .Contact_detail .contain p {
        font-size: 15px;
        font-weight: 500;
    }
    .ProductCategory .section_title h2 {
        font-size: 26px;
    }
    .ProductCategory .section_title h3 {
        letter-spacing: 0.1em;
    }
    .point-text{
        text-align: center;
    }
}