@media (min-width: 320px) and (max-width: 767px) {
    .product-title-inner-page {
        font-size: 26px;
    }
    .header-bottom .header-wrapper {
        justify-content: space-between;
        align-items: center;
        padding: 7px 10px 10px 10px;
    }
    .desktop_whatsapp {
        display: none;
    }
    .mobile_whatsapp {
        display: block;
    }
    .add_div {
        margin-top: 40px;
    }
    .icon-section{
        padding-bottom: 0px;
    }
    .wellcome-section{
        padding-top: 30px;
    }
    .padding-bottom{
        padding-bottom: 40px;
    }
    .section-header p{
        text-align: justify;
    }
    .about-us-area .about-us-item p{
        text-align: justify;
        opacity: 1;
    }
    .overview-two-section{
        padding-top: 0px;
        padding-bottom: 80px;
    }
   

        .about-company__thumb-1 {
        position: unset;
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    .product-iconbox-card {

        min-height: 160px;
        margin-bottom: 20px;
    }
   
    
    .about-company__thumb-2 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-title-inner-page {
        font-size: 26px;
    }

    .add_div {
        margin-top: 40px;
    }

    .desktop_whatsapp {
        display: none;
    }
    .mobile_whatsapp {
        display: block;
    }

    .about-company__thumb-1 {
        position: unset;
        width: 100%;
        height: auto;
    }

    .about-us-thumb {
        padding-right: 0px;
        margin-bottom: 50px;
        padding-bottom: 0px;
    }

    .about-company__thumb-2 {
        display: none;
    }
}