.antecedentes-familiares {
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--white-bg-color);
    justify-content: space-between;
}

.content-af h1 {
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--black-color);
}

.choices-content-af {
    padding-top: 16px;
    padding-bottom: 16px;
}

.choices-content-af button {
    margin-right: 8px;
}

