#section-1 > .content > h2.title {
    margin-top: 0;
}

#section-1 > .content {
    border-bottom: none;
}

section > .content > p {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: calc(20px + 3vw);
    margin-right: 6.4vw;
    line-height: 1.875em;
    letter-spacing: 0.03em;
}

section > .content > p:last-of-type {
    margin-bottom: 0;
}

#section-1 > .content {
    padding-bottom: 10vh;
}

/***** Agir Section (2) *****/

#section-2 > .content {
    padding-top: 6.75vh;
    padding-bottom: 6.75vh;
}


#section-2 h2.title {
    margin-top: 0;
    margin-bottom: 7.25vh;
}

#agir-container {
    margin-left: calc(20px + 3vw);
    margin-right: 1.5vw;
}

#agir-container > .agir > p > b {
    display: block;
}

#agir-container > .agir {
    width: 100%;
    padding-right: 3vw;
}

#agir-container > .agir:last-of-type {
    padding-right: 0;
}

#agir-container > .agir > p {
    margin-top: 0;
    padding-left: 1.4em;
    text-indent: -1em;
    font-size: 1em;
    line-height: 1.4375em;
    letter-spacing: 0.035em;
}

#agir-container > .agir > p > b {
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

/***** Difficulties Section (3) *****/

#section-3 > .content {
    padding-top: 10.25vh;
}

#section-3 h2.title {
    margin-top: 0;
    margin-bottom: 2.6em;
}

section .btn-container > .btn {
    margin-top: 1.6em;
    font-size: 1.125em;
    letter-spacing: 0.0225em;
}

section > .content p.cta {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 2.1875em;
    text-indent: -1.2em;
    padding-left: 1.2em;
}

section > .content p.cta b {
    font-weight: 700;
}

#section-4 > .content,
#section-5 > .content {
    padding-top: 6.5vh;
}

#section-5 > .content {
    padding-bottom: 16vh;
}


@media (max-width:1200px) {
    #section-1 {
        margin-top: 0;
        border-top: 1px solid #14181E;
    }
}

@media screen and (max-width:900px) {
    section > .content > p {
        margin-left: 8vw;
        margin-right: 1.625em;
        font-size: 1.25em;
        letter-spacing: 0.05em;
        line-height: 1.5625em;
    }

    #section-1 > .content > h2.title {
        margin-right: 0.4em;
    }

    #agir-container {
        flex-direction: column;
        margin: 0 3vw;
    }


    #agir-container > .agir > p {
        font-size: 1.25em;
        line-height: 1.5625em;
        letter-spacing: 0.0568em;
    }

    #agir-container > .agir > p > b {
        font-size: 1.1em;
        letter-spacing: 0.011em;
        margin-bottom: 0.5em;
    }

    section > .content p.cta {
        font-size: 1.08em;
        letter-spacing: 0.043em;
        line-height: 1.5em;
    }

    section > .content p.cta b {
        font-weight: 500;
    }
}
