@media (min-width: 1024px) and (max-width: 1200px) {
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 22px !important;
    }
    h4{
        font-size: 16px !important;
    }
    p{
        font-size: 14px !important;
    }
    
    .button{
        font-size: 12px;
    }
    .button-outline{
        font-size: 12px;
    }
    .about-leader{
        top: 11rem;
    }
    .about-who-we-are{
        padding-right: 0;
        padding: 15px 0;
    }

    /* =======contact us==== */

    .contact-form-bg{
        padding: 0;
    }
   
    .contact-address .contact-icon i{
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    /* =======end====== */
}