/*=============================================
            Страница политики конфиденциальности
===============================================*/

.container .WordSection1 {
    padding: 0 40px;
}

.privacy-title {
    font-family: 'Onest', sans-serif !important;
    font-size: clamp(24px, 2.5vw, 32px) !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    color: #000000 !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .container .WordSection1 {
        padding: 0 20px;
    }

    .privacy-title {
        margin-top: 30px;
        margin-bottom: 25px;
    }
}
