section > .content > p,
section > .content ul li {
    margin: 1em calc(1.5vw + 2em);
    line-height: 1.7em;
    letter-spacing: 0.03em;
}

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

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