/**
 * Terms
 */
.terms {
    padding-top: 145px;
}
    .terms h2 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 24px;
    }
    .terms h3 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .terms h4 {
        font-weight: 400;
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .terms p {
        line-height: 1.5;
    }
    .terms ul {
        margin: 12px 0 12px 24px;
    }
    .terms ul:last-of-type {
        list-style: disc;
    }
        .terms ul li {
            margin-bottom: 6px;
            line-height: 1.5;
        }