.service-advantages__title.display-description {
    margin-bottom: 50px;
}

.service-advantages__description {
    margin-bottom: 130px;
    color: #3C3C3B;
    font-size: calc(16px + (24 - 16) * (100vw - 375px) / (1920 - 375));
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    max-width: 925px;
}

.numeration-list__link {
    width: 315px;
    height: 315px;
    background-color: #E94E1B;
    margin: auto;

    color: #FFF;
    text-align: center;
    font-family: Intro-bold-alt, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;

    position: relative;
    top: -50px;
}

@media screen and (max-width: 991px) {
    .numeration-list__link {
        width: 200px;
        height: 200px;
        font-size: 16px;
        padding: 40px 26px 26px;
        gap: 14px;
    }

    .numeration-list__link svg {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
    }
}
