h1 {
    color: var(--B2B_grey_600);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 1rem;
    text-align: center;
}
@media (min-width: 992px) {
    h1 {
        text-align: left;
    }
}
.container-form {
    max-width: 840px;
    margin: auto;
}
.info-pessoa {
    border-radius: 6px;
    background: #F6F8FC;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.link-default {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
    font-size: inherit;
}
.busca-cep {
    font-size: 0.875rem;
    position: absolute;
    right: 1rem;
}
.btn-cadastrar {
    min-width: 280px;
}
@media (max-width: 575.98px) {
    .btn-cadastrar {
        width: 100%;
    }
}
.form-group {
    margin: unset;
}