.privacy-policy-section {
    padding-top: 55px;
    padding-bottom: 120px;
}
.privacy-policy-section .page-title {
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 35px;
}
.privacy-policy-section h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px;
}
.privacy-policy-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
@media (max-width: 768px) {
    .privacy-policy-section {
        padding-top: 32px;
        padding-bottom: 80px;
    }
    .privacy-policy-section .page-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .privacy-policy-section h2 {
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .privacy-policy-section p {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }
}