.terms {
    font-family: var(--font-logo);
    h1 {
        font-family: var(--font-secondary);
        font-size: var(--size-3xl);
        font-weight: 600;
        margin-bottom: 2rem;
        text-align: center;
    }
    .container {
        > p {
            text-align: center;
            margin-bottom: 2rem;
        }
    }
    ol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: decimal-leading-zero;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 5rem;
        > li {
            width: 100%;
            max-width: 100ch;
            margin-bottom: 1.5rem;
            > h2 {
                font-family: var(--font-secondary);
                font-size: var(--size-xl);
                margin-bottom: 0.5rem;
            }
        }
    }
    ul {
        list-style-type: disc;
    }
    li {
        font-size: var(--size-sm);
    }
}
