.secao-cadastro:not(.cadastro-header) .form .form-control {
    /* margin-inline: 1rem; */
    margin: 0 1rem;
}

.secao-cadastro:not(.cadastro-header) .formulario-titulo {
    text-align: start;
    margin-bottom: 0;
}

.cadastro-footer .form div {
    align-items: center;
}

@media (max-width: 768px) {
    .secao-cadastro:not(.cadastro-header) .formulario-titulo {
        text-align: center;
    }
}