

/*TELAS PEQUENAS*/
@media(max-width: 768px){
    .div-descricao{
        padding: 0;
    }
    .div-titulo{
        margin-top: 3em;
    }
    #h1-titulo{
        font-size: 1.5em;
    }
    #h2-subtitulo{
        font-size: 1.5em;
    }
    #texto-condicao{
        margin-top: 1em;
        font-size: 0.8em;
    }
}


/*TELAS GRANDES*/
@media(min-width: 768px){
    .div-descricao{
        padding: 0 8em;
    } 
    .div-titulo{
        margin-top: 5em;
    }
    #texto-condicao{
        margin-top: 1em;
    }
}

/*COMUM*/