/*************/
/* DESCRIÇÃO */
/*************/

#descricao{
    background-color: RGBA(241,242,242,1);
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: RGBA(92,107,119,1);
    text-align: center;
}

/****************/
/* MEDIA SCREEN */
/****************/

@media screen and (max-width: 767px){
    #descricao{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}