.terms {
    margin: 2em 25lvw;
    max-width: 50lvw;
    font-family: sans-serif;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    line-height: 1.5em;
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.25em;
    }
    h4 {
        font-size: 1.125em;
    }
}
