div.wrapper {
    margin-top: var(--headerHeight) !important;
    padding-top: 22px;

    h1 {
        font-size: 44px;
        text-transform: uppercase;
    }

    > div {
        margin-top: 22px;

        h2 {
            font-size: 22px;
        }

        p:not(:first-of-type), ul {
            margin-top: 22px;
        }
    }

    
}