.ss-page {
    background: #FBF6EA;
    padding-top: 55px;
    padding-bottom: 60px;
    .page-width {
        background: #ffffff;
        padding: 40px 20px;
        border-radius: 6px;
        margin: 0 20px;
        > img {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
        h2 {
            color: var(--Juniors-Orange, #D93400);
            text-align: center;
            font-family: "OC Highway VAR2";
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            letter-spacing: 1.3px;
            text-transform: uppercase;
            margin-top: 12px;
        }
        .ss-page--content {
            color: var(--Graphite, #121211);
            font-family: "BDO Grotesk";
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.28px;
            margin-bottom: 56px!important;
        }
        p {
            margin-bottom: 18px;
        }
        ul {
            list-style-type: disc!important;
            padding-left: 21px;
            margin-top: 19px;
            margin-bottom: 17px;
            li {
                margin-bottom: 8px;
            }
            ul {             
                margin-top: 6px;
                margin-bottom: 6px;
            }
        }
    }
}
@media screen and (min-width: 990px) {
    .ss-page {
        .page-width--narrow {
            max-width: 90rem;
        }
        .page-width {
            padding: 60px;
            margin: 0 auto;
            h2 {
                font-size: 24px;
            }
        }
    }
}