/* -- Privacy Policy -- */

.privacy-policy-header {
    text-align: center;
    margin-bottom: 50px;
}

.privacy-policy-header h1 {
    font-size: 2.4rem;
    margin-bottom: 9px;
    font-weight: 500;
}

.privacy-policy-header h2 {
    font-size: 1.1rem;
    font-weight: 400;
}

.privacy-policy-header strong {
    font-weight: 500;
}

.privacy-policy-container {
    max-width: 600px;
    padding-bottom: 60px;
}

.privacy-policy-container h3 {
    font-weight: 600;
    margin-bottom: -10px;
    margin-top: 40px;
    font-size: 1.25rem;
}

.privacy-policy-container a {
    font-weight: 500;
    text-decoration: underline;
}

@media screen and (max-width: 880px) {

    .privacy-policy-header {
        margin-top: 22px;
        margin-bottom: 0px;
    }

    .privacy-policy-header h1 {
        font-size: 2rem;
    }

}