.privacyPolicyWrapper{
    max-width: 1200px;
    padding: 50px 7vw 20px 7vw;
    text-align: justify;
    margin: auto;
    line-height: 20px;
}

.privacyPolicyWrapper > h2{
    font-weight: 800;
    font-size: 50px;
    margin-top: 40px;
    line-height: 1;
}

.privacyPolicyWrapper > h3{
    margin-top: 30px;
    line-height: 1.2;
}

.privacy-logo-img{
    height: 45px;
}

.site-footer-policy{
    max-width: 1200px;

    margin-top: 50px;
    background-color: var(--accent-dark);
    color: var(--text-light);

    border-radius: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: none;

    padding: 18px clamp(18px, 3vw, 80px) 18px;
}


@media (max-width: 1200px) {
    .site-footer-policy{
        border-radius: 0px;
    }
}
