@media screen and (max-width: 720px){


    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .geeks img{
        width: 70px;
        margin-top: 0px;
    }
    
    #hero {
        width: 100%;
        display: flex;
        padding: 50px 0;
       
    }
    .header{
        flex-direction: column;
        padding-bottom: 50px;
    }
    .header-left p {
        text-align: center;
        color: #fff;
        font-size: 19px;
    }
    .hero-content h2 {
        color: #fff;
        font-size: 30px;
        line-height: 36px;
    }
    #about-us{
        padding: 50px 0;
    }
    .about-us img{
        width: 90%;
    }
    .about-us p {
        font-weight: 700;
        font-size: 21px;
        margin-top: 30px;
    }
    .contact-from{
        margin-top: 30px;
    }
    .about-pic {
        display: flex;
        margin-top: 50px;
        flex-direction: column;
    }
    .about-box {
        width: 100%;
       margin: 10px 0;
    }
    .secetion-title2 h2 {
        font-size: 40px;
    }
    #service{
        padding: 50px 0;
    }
    #footer p {
        font-size: 14px;
    }
    .report-content{
        padding-left: 0;
    }
    

}

