@media screen and (max-width:650px) {
    header .container {
        display: flex;
        flex-direction: column;
    }
    .botao {
        margin-top: 5px;
    }
}

@media screen and (min-width:1000px) {
    .descricao {
        width: 65%;
    }
}