.terminosSection {
    margin: 10vw 0;
}

.terminosTitleDiv {
    text-align: center;
    width: 100%;
}

.terminosDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #6F64AB59;
    margin: auto 2vw;
    padding: 38px;
    border-radius: 45px;
}

.terminosDiv ul{
    padding-left:2.2rem;   /* ajustá el valor al gusto */
}

.terminosTitle {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.terminosUpdated {
    color: #FFF;
    font-family: "Quicksand", serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 78px;
}

.terminosSubtitle {
    color: #BC65DE;
    font-family: "Quicksand", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.3%;
}

.textSubtitle {
    color: #FFF;
    font-family: "Quicksand", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.3%;
}

.linkMailTerminos {
    color: #FFF;
}

.terminosBtn {
    display: flex;
    width: 80%;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: #DFD6B5;
    color: #161616;
    text-align: center;
    font-family: "Comfortaa", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: auto;
    text-decoration: none;
}

@media (max-width: 990px) {

    .terminosDiv {
        background-color: transparent;
        padding: 16px;
    }

    .terminosSection {
        margin: 25vw 0;
    }

    .terminosTitle {
        font-size: 22px;
        font-weight: 600;
        line-height: normal;
    }

    .terminosUpdated {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }

    .terminosSubtitle {
        font-size: 20px;
        font-weight: 700;
    }

    .textSubtitle {
        font-size: 16px;
        font-weight: 400;
    }

    .terminosBtn {
        font-size: 20px;
        font-weight: 600;
    }
}