.policies{
    padding-top: 3em;
    padding-bottom: 3em;

    li > p:last-child {
        margin-bottom: 0;
    }
    li.has-h2 {
        margin-top: 2em;
    }
    &.container > h2{
        margin-top: 1em;
    }
}
.policies > h1 {
    padding-bottom: 3em;
    padding-bottom: .5em;
}

.policies > h1 small {
    font-size: .5em;
    font-weight: normal;
}

.policies {
    h2 {
        font-size: 1.25em;
    }
    .ol-decimal {
        li:not(ul li) {
            &.has-h2:before{
                font-size: 1.25em;
            }
        }
    }
}