/* КРИТИЧЕСКОЕ ИСПРАВЛЕНИЕ BOLD ДЛЯ ПРЕИМУЩЕСТВ */

/* Все заголовки h3 в преимуществах - обычный шрифт */
.benefit-circle h3,
.benefit-circle.active h3,
.benefit-mobile-detail h3,
.benefit-mobile-item h3 {
    font-weight: 500 !important; /* Средняя толщина для более широких букв */
}

/* ЖИРНЫЙ шрифт ТОЛЬКО для strong и b внутри h3 */
.benefit-circle h3 strong,
.benefit-circle h3 b,
.benefit-circle.active h3 strong,
.benefit-circle.active h3 b,
.benefit-mobile-detail h3 strong,
.benefit-mobile-detail h3 b,
.benefit-mobile-item h3 strong,
.benefit-mobile-item h3 b {
    font-weight: 700 !important;
    font-weight: bold !important;
}

/* Дополнительная специфичность для кружков */
.benefits-circles .benefit-circle h3 {
    font-weight: 500 !important;
}

.benefits-circles .benefit-circle h3 strong,
.benefits-circles .benefit-circle h3 b {
    font-weight: 700 !important;
    font-weight: bold !important;
}

.benefits-circles .benefit-circle.active h3 {
    font-weight: 500 !important;
}

.benefits-circles .benefit-circle.active h3 strong,
.benefits-circles .benefit-circle.active h3 b {
    font-weight: 700 !important;
    font-weight: bold !important;
}

