/* ----- SECTION AFFILIATE ----- */
.section-affiliate:first-child {
    padding-top: 14rem;
}

.section-affiliate h1,
.section-affiliate .h1 {
    font-size: 4rem;
    line-height: 4.625rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.section-affiliate h2,
.section-affiliate .h2 {
    font-size: 3rem;
    line-height: 4.0625rem;
    margin-bottom: 2.6rem;
    font-weight: 700;
}

.section-affiliate h3,
.section-affiliate .h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
}

.section-affiliate h4,
.section-affiliate .h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.section-affiliate h6,
.section-affiliate .h6 {
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 700;
}

.section-affiliate:first-child .title {
    max-width: 63rem;
    margin-bottom: 4rem;
}

.section-affiliate .title {
    max-width: 100%;
    margin-bottom: 10.6rem;
}

.section-affiliate h1 {
    margin-bottom: 1.7rem;
}

.section-affiliate .title p {
    font-weight: 500;
}

.section-affiliate:not(:first-child) .title p {
    max-width: 73rem;
    margin: 0 auto;
}

.section-affiliate .title .btn {
    margin-top: 0.6rem;
    width: 35.8rem;
}

.section-affiliate:not(:first-child) .title .btn {
    margin-top: 3rem;
}

.section-affiliate .program-details h6 {
    margin-left: 3.2rem;
    margin-bottom: 0.9rem;
}

.section-affiliate .grey-box {
    background: #F4F6F8;
    border-radius: 1rem;
    margin-right: 1.8rem;
    padding: 1.8rem 2.9rem;
    margin-bottom: 7.8rem;
}

.section-affiliate .grey-box ul {
    list-style: none;
}

.section-affiliate .grey-box ul li {
    position: relative;
    padding-left: 1.6rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 0.4rem;
}

.section-affiliate .grey-box ul li small {
    font-size: 0.9375rem;
    line-height: 1.625rem;
}

.section-affiliate .grey-box ul li::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #DC1E23;
    position: absolute;
    left: 0.1rem;
    top: 0.75rem;
}

.section-affiliate .step-free p {
    font-weight: 500;
}

@media (max-width: 767px) {

    .section-affiliate h1,
    .section-affiliate .h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .section-affiliate h2,
    .section-affiliate .h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }

    .section-affiliate h3,
    .section-affiliate .h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .section-affiliate h4,
    .section-affiliate .h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .section-affiliate h6,
    .section-affiliate .h6 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .section-affiliate:first-child {
        padding-top: 7rem;
    }

    .section-affiliate .title .btn {
        width: 100%;
        padding: 0 1rem;
    }

    .section-affiliate .title {
        margin-bottom: 3rem;
    }

    .section-affiliate .program-details h6 {
        margin-left: 1rem;
    }

    .section-affiliate .grey-box {
        margin-right: 0;
        padding: 1.5rem 1.2rem 1.5rem;
        margin-bottom: 3rem;
    }

    .section-affiliate .grey-box ul li {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .section-affiliate .grey-box ul li small {
        font-size: 0.875rem;
        line-height: 1.2rem;
    }

    .section-affiliate .grey-box ul li::before {
        top: 0.5rem;
    }
}

/* ----- /SECTION AFFILIATE ----- */