.ref-policy {
    text-align: center;
    .page-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    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: 10px;
        margin-bottom: 38px;
    }
    h3 {
        color: var(--Juniors-Orange, #D93400);
        text-align: center;
        font-family: "OC Highway VAR2";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.54px;
        text-transform: uppercase;
        margin-bottom: 32px;
    }
    p {
        color: var(--Graphite, #121211);
        text-align: center;
        font-family: "BDO Grotesk";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.28px;
        margin-bottom: 13px;
    }
    .bold {
        font-weight: 550;
        font-size: 16px;
    }
    .ref-text {
        max-width: 415px;
        margin: 0 auto;
        p {
            margin-top: 0;
            margin-bottom: 40px;
        }
    }
    .button {
        min-width: 255px;
    }
    .orange {
        color: #D93400!important;
        font-size: 16px;
        margin-top: -2px;
        margin-bottom: 32px;
    }
    .banner__buttons {
        margin-top: 41px;
    }
}