﻿

.terms {
    padding: 48px 0 80px;
    font-family: "Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,"Noto Sans",sans-serif;
    color: var(--ink);
}

    .terms .container {
        width: min(var(--maxw),88%);
        margin: 0 auto;
    }

.terms__title {
    text-align: center;
    color: var(--brand);
    font-family: "Playfair Display",Georgia,serif;
    font-weight: 700;
    font-size: clamp(28px,4.5vw,46px);
    line-height: 1.1;
    margin: 0 0 36px;
}

.terms__section {
    margin-top: clamp(36px,6vw,80px)
}

.terms__heading {
    color: var(--brand);
    text-transform: uppercase;
    font-family: "Playfair Display",Georgia,serif;
    font-weight: 700;
    font-size: clamp(22px,3.5vw,42px);
    line-height: 1.15;
    margin: 0 0 14px;
    letter-spacing: .4px;
}

.terms__body p {
    margin: 0 0 18px;
    font-size: clamp(16px,1.45vw,18px);
    line-height: 2.1;
    text-align:justify;
}

/* ajustes responsivos */
@media (min-width:1280px) {
    .terms .container {
        width: 84%
    }
}

@media (max-width:640px) {
    .terms {
        padding: 28px 0 56px
    }

    .terms__title {
        margin-bottom: 24px
    }

    .terms__section {
        margin-top: 40px
    }
    .terms__body p {
        text-align: left;
    }
}
