section.subHeader {
    background-image: url("../../images/banner-over-ons.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.main-container {
    background: #fff;
    padding-top: 35px;
}

section.container-privacyPolicy {
    max-width: 1170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section.container-privacyPolicy h2 {
    font-size: 35px;
    font-family: var(--SubheaderFont);
}

section.container-privacyPolicy h3 {
    font-size: 25px;
    font-family: var(--SubheaderFont);
}