body{
    overflow-x: hidden;
}

main{
    margin-top:0px
}
section{
    background:white;
}

#section1{
    min-height: 700px;
}

#section2{
    min-height: 500px;
}
#section2  h3{
    line-height: 2;
}

#section4 .doctor img{
    max-width: 290px;
    width: 100%;
}

@media screen and (max-width: 2260px) {
    #section1{

    }
}

@media screen and (max-width: 1600px) {
    #section1{

    }
}

@media screen and (max-width: 1400px) {
    #section1{

    }
}
@media screen and (max-width: 820px) {
    #section1{

    }
}

@media screen and (max-width: 450px) {
    #section1{

    }
    #section3 .ilustration{
        width: 200px;
        position: initial;
        margin-left: 50%;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    main{
        margin-top:0px!important
    }
   
    
}