body { font-feature-settings: 'ss01' on; }


section {
    > h2 {
        font-size: 1.4rem!important;
        line-height: 1;
        margin: .8rem 0 .4rem;
    }

    > h3 {
        font-size: 1.3rem!important;
        line-height: 1;
        margin: .6rem 0 .3rem;
    }

    p {
        margin-bottom: .6rem;
    }

    a {
        color: #24aae1;
    }

    ul {
        list-style: disc;
        margin-left: 1.1rem;
    }
}
