/* =========================================================
   ЕДИНЫЕ ЗАГОЛОВКИ СЕКЦИЙ ГЛАВНОЙ СТРАНИЦЫ
   ========================================================= */

.rp-section-title {
    margin-top: 0;
    color: #111111;
    font-family: var(--rp-font-family, Ubuntu, sans-serif);
    font-size: clamp(40px, 3.55vw, 54px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.032em;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
    .rp-section-title {
        font-size: clamp(40px, 6vw, 52px);
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
    .rp-section-title {
        font-size: clamp(36px, 11vw, 46px);
        line-height: 1.06;
    }
}