.cover {
    height: 300px;
    padding-top: 61px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: var(--SuperWhite);
    text-align: center;
}

.cover__label {
    font-size: clamp(1.15rem, 3vw, 1.29rem); /* ≈ от 16px до 18px (от базовых 14px)*/
    line-height: 1.11; /* ~ 20px*/
}

.cover__title {
    max-width: 483px;
    font-size: clamp(2.14rem, 3vw, 3.43rem); /* ~ от 30px до 48px*/
    line-height: 1.04; /* ~ 50px*/
}

@media (max-width: 767px) {
    .cover {
        height: 300px;
    }
}