article {
    min-width: unset;
    max-width: 40rem;
    width: 95vw;
    margin-block: 2rem;
    display: grid;
    place-content: center;
    grid-auto-flow: row;
    justify-content: unset;
    justify-items: center;
    overflow: unset;

    section {
        .policy-block {
            color: var(--text-color-medium);
            font-size: 1rem;
            margin: .5rem;

            p {
                margin: .5rem;
            }

            ol, ul {
                margin: 0;
                padding-inline-start: 1rem;
                width: calc(100% - 1rem);
            }

            ul {
                & > li {
                    margin: 0;
                    padding: 0;
                }
            }
        }
    }
}
