.container_sobre{
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 100px auto;
}

.sobre_text{
    width: 100%;
    max-width: 1400px;
    font-size: 24px;
    text-align: justify;
    margin: auto;
}

.sobre_row_text p {
    margin-top: 100px;
}

.sobre_img{
    width: 30%;
}

.sobre_img img{
    width: 90%;
}

@media only screen and (max-width: 600px) and (min-width: 300px){
    .container_sobre{
        margin-bottom: 0;
    }

    .sobre_text{
        width: 90%;
        font-size: 18px;
    }

    .sobre_row_text p {
        margin-top: 10px;
        font-size: 18px;
    }

    .sobre_row_text{
        margin-top: 0px;
        width: 100%;
    }

    .sobre_img{
        width: 0%;
        display: none;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 600px){
    .container_sobre{
        margin-bottom: 0;
    }

    .sobre_text{
        width: 90%;
    }

    .sobre_row_text p {
        margin-top: 10px;
    }

    .sobre_row_text{
        margin-top: 0px;
        width: 100%;
    }

    .sobre_img{
        width: 0%;
        display: none;
    }
}

@media only screen and (max-width: 1450px) and (min-width: 1200px){

    .container_sobre{
        width: 90%;
    }

    .sobre_text{
        width: 100%;
        font-size: 20px;
    }
}