  /* Заголовок секції */
.grid-services-what-work-section h2 {
    width: 100%;
    max-width: 800px;

    font-size: clamp(1.7rem, 2.2vw, 2.3rem);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.02em;

    color: #2f4447;

    padding-bottom: 0.9rem;

    border-bottom: 1px solid rgba(47, 68, 71, 0.18);

    text-align: left;
    margin: 0 0 2rem 0;
}

/* Прибираємо цифри */
.top-number {
    display: none;
}

/* Підзаголовки блоків */
.title-what-work {
    font-size: clamp(1.15rem, 1.4vw, 1.45rem);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.01em;

    color: #2f4447;

    margin: 0 0 0.35rem 0;
}

/* Опис */
.description-what-work {
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.65;

    color: rgba(47, 68, 71, 0.9);

    margin: 0;
}

/* Текстовий контейнер */
.text-what-work {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Внутрішній блок */
.sb-text-what-work {
    display: flex;
    flex-direction: column;
}

/* Адаптив */
@media (max-width: 768px) {

    .grid-services-what-work-section h2 {
        font-size: clamp(1.3rem, 4vw, 1.7rem);
        padding-bottom: 0.6rem;
        max-width: 100%;
    }

    .title-what-work {
        font-size: clamp(1.05rem, 3vw, 1.2rem);
    }

    .description-what-work {
        font-size: clamp(0.9rem, 2.5vw, 1rem);
    }
}