#section-three{
    margin-top: 70%;
}
/*#section-four{
    margin-top: 10%;
}*/
#section-four .texto{
    padding: 30% 7% 0;
}




@media (min-width:601px) and (max-width:767px){
    #section-three{
        margin-top: -20%;
        margin-bottom: 50%;
    }
    #section-four .texto{
        padding: 30% 7% 10%;
    }
}

@media (min-width:992px) and (max-width:1200px){
    #section-one{
        margin-bottom: 15%;
    }
    #section-five{
        margin-top: -20%;
    }
    #section-three{
        margin-top: 30%;
    }
    #section-four{
        margin-top: -45%;
    }
    #section-four .texto{
        padding: 25% 7% 0;
    }
}
@media (max-width:600px){
    /*#section-four{
        margin-top:-120% ;
    }*/
    #section-three{
        margin-top: 402%;
    }
    #section-four{
        margin-top: -145%;
    }
    #section-four .texto{
        padding: 20% 7%;
    }
    #section-five{
        margin-top: -400%;
        padding-top: 100px;
    }

}
@media (min-width:768px) and (max-width:992px){
    #section-one{
        margin-bottom: 10%;
    }
    #section-three{
        margin-top: 45%;
        /*margin-bottom: 1%;*/
    }
    #section-five{
        margin-top:-30%;
    }
    #section-four .texto{
        padding: 12% 7% 0;
    }
}

@media (min-width:1440px){
    #section-four .texto{
        padding: 20% 7% 0;
    }
}