.policy-page {
    margin: 330px 0 120px 0;
    font-family: 'Switzer', 'sans-serif';
    color: #8D8D8D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.policy-page h1 {
    color: #0B3954;
    font-family: 'Zodiak';
    font-size: 72px;
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: -2.16px;
    margin-bottom: 80px;
}

.policy-page h2 {
    color: #0B3954;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 28px;
}

.policy-page h3 {
    color: #0B3954;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 28px;
}

.policy-page h4 {
    color: #0B3954;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.policy-page h1 em {
    color: #EE4438;
    font-style: italic;
}

.policy-page p {
    margin-bottom: 28px;
}

.policy-page a {
    color: #EE4438;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.policy-page ul {
    padding-left: 28px;
    margin-bottom: 28px;
}

.policy-page ul li {
    margin-bottom: 15px;
}

.policy-page ul li p {
    margin-bottom: 15px;
    list-style-type: disc;
    display: list-item;
    margin-left: 25px;
}

.policy-page ul li p:first-of-type {
    margin-top: 15px;
}

@media only screen and (max-width: 767px) { 
    .policy-page {
        margin: 152px 0 64px 0;
    }

    .policy-page h1 {
        font-size: 56px;
        letter-spacing: -1.68px;
        margin-bottom: 56px;
    }

    .policy-page h2 {
        font-size: 36px;
    }
    
    .policy-page h3 {
        font-size: 28px;
    }
    
    .policy-page h4 {
        font-size: 18px;
    }
}