@media only screen and (max-width: 900px){
    
    
    .sec1 {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 20px;
    }
    .sec1 h1 {
        font-size: 43px;
    }
    .sec1 p {
        font-size: 14px;
    }
    .bh {
        padding: 10px 18px;
        font-size: 13px;
    }



    /*    starting section 2   */
    

    .sec2 {
        padding: 40px 10px;
    }
    .sec2 p {
        width: 100%;
        font-size: 14px;
    }
    .sec2 h2 {
        font-size: 35px;
        padding-top: 20px;
    }
    .sec21 img {
        width: 43%;
    }
    .b2 {
        padding: 10px 18px;
        font-size: 13px;
    }



    /*   starting section 3   */


    .sec3 {
        padding: 40px 20px;
    }
    .sec3rap h2 {
        font-size: 35px;
    }
    .sec3rap {
        padding: 40px;
    }


    /*    starting section 4     */

    .sec4 {
        padding: 40px 10px;
    }
    .sec4 h2 {
        font-size: 35px;
        padding-bottom: 15px;
    }
    .sec4 h3 {
        font-size: 18px;
        padding-top: 10px;
    }


    /*    starting section 5    */

    .sec5 {
        padding: 40px 10px;
    }
    .sec5 h2 {
        font-size: 35px;
        padding-bottom: 10px;
    }
    .sec5 p {
        padding-bottom: 0px;
    }


    /*    starting section 6     */


    .sec6 {
        padding: 40px 10px;
    }
    .sec21 img {
        width: 100%;
    }
    .sec6 h2 {
        font-size: 35px;
    }
    .sec6 p {
        font-size: 14px;
    }
}



@media only screen and (max-width: 440px){
    .sec1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sec1 p {
        width: 100%;
        padding-bottom: 20px;
    }


    /*     starting section 2   */
     

    .sec2 {
        padding: 40px 0px;
    }
    .sec21 img {
        width: 100%;
    }
    .sec2 h2 {
        font-size: 30px;
    }
    


    /*    starting section 3    */


    .sec3 {
        padding: 40px 10px;
    }
    .sec3rap h2 {
        font-size: 30px;
    }


    /*    starting section 4    */


    .sec4 h2 {
        font-size: 30px;
        padding-bottom: 15px;
    }



    /*    starting section 5    */


    .sec5 {
        padding: 40px 10px;
    }
}