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

.privacy-policy-header h2 {
    margin-bottom: 10px;
}

.privacy-policy-header h3 {
    font-size: 1.1rem;
}

.privacy-policy-container {
    max-width: 700px;
    margin-bottom: 50px !important;
}

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

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

    .privacy-policy-header {
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .privacy-policy-header h2 {
        margin-bottom: 7px;
    }

    .privacy-policy-header h3 {
        font-size: 1.05rem;
    }

}