.rodape__formulario{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.rodape__formulario--label{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.rodape__formulario--nome{
    height: 3.5rem;
    margin-bottom: 1rem;
    padding: 0 .75rem;
}

.rodape__formulario--nome::placeholder{
    font-size: 1rem;
    font-weight: 400;
}

.rodape__formulario--mensagem{
    height: 5.125rem;
    margin-bottom: 0.5rem;
    padding: 1rem .75rem;
    resize: none;
}

.rodape__formulario--mensagem::placeholder{
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.rodape__formulario--botao{
    font-size: 1rem;
    font-weight: 400;
    height: 3.1875rem;
    width: 10.3125rem;
}

@media (min-width: 320px) {
    .rodape__formulario{
        align-self: unset;
        max-width: unset;
        width: 100% ;
    }
}

@media (min-width: 768px) {
    .rodape__formulario{
        align-self: flex-end;
        max-width: unset;
        width: 27.125rem;
    }
}

@media (min-width: 992px) {
    .rodape__formulario{
        align-self: unset;
        max-width: 560px;
        width: auto;
    }
}