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

section  .foldable-content > p {
    line-height: 1.875em;
    letter-spacing: 0.03em;
}


section > .content > h5 {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.03375em;
}

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

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

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

#section-5 p.highlight {
    font-weight: 500;
}

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

@media screen and (max-width:900px) {
    h2.title {
        margin-top: 0;
    }

    section > .content > h5,
    section > .content > p {
        margin-left: 8vw;
        margin-right: 1.625em;
        font-size: 1.25em;
        letter-spacing: 0.05em;
        line-height: 1.5625em;
    }

    h5.write-us {
        text-indent: -1.2em;
        padding-left: 1.2em;
    }

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

    #section-4 p.highlight,
    #section-5 p.highlight {
        font-weight: 400;
        font-size: 1.17em;
        letter-spacing: 0.041em;
        line-height: 1.375em;
    }
}
