@media screen and (max-width:700px){
    header .container{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    }

    .descricao{
    width: 90%;
    }
}


    