.terms-page {
    h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    ol li {
        margin-bottom: 10px;
    }

    ul li {
        margin-bottom: 10px;
    }

    a {
        font-weight: 500;
        text-decoration: underline;
    }

    a:hover {
        text-decoration: underline;
        opacity: 0.9;
    }
}

.terms-of-service-page {
    ol {
        list-style: none;
        padding-left: 0;
    }
}
