.services__list {
    margin-top: -15px;
    margin-bottom: 36px;
}

@media (min-width: 768px) {
    .services__list {
        margin-bottom: 26px;
    }
}

@media (min-width: 1200px) {
    .services__list {
        margin-bottom: 70px;
    }
}

.services__item,
.services-stat__description {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.services__stat {
    display: flex;
    width: 100%;
}

.services-stat__item {
    width: 50%;
}

.services-stat__item:last-child {
    padding-left: 10px;
}

.services-stat__count {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    color: #00aee6;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .services-stat__count {
        font-size: 56px;
        line-height: 80px;
    }
}

@media (min-width: 1200px) {
    .services-stat__count {
        font-size: 72px;
        line-height: 96px;
    }

    .header-bottom__wrapper {
        display: flex;
        justify-content: space-between;
    }

    .services__stat {
        width: 50%;
        margin-top: -40px;
        padding-left: 8px;
    }
}

@media (min-width: 1200px) {
    .s-order .row--no-wrap {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .services__list {
        columns: 2;
    }
}

@media (min-width: 1200px) {
    .services__list .services__item {
        min-width: 340px;
    }
}

.text-nowrap.header-bottom__title.header-bottom__title--services {
    margin-bottom: 30px;
}

.header-bottom__text.header-bottom__text--services {
    margin-top: 0;
    margin-right: 20px;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.75;
    max-width: 560px;
}

@media (min-width: 768px) {
    .header-bottom__text.header-bottom__text--services {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
    .header-bottom__text.header-bottom__text--services {
        max-width: 50%;
        margin-right: 0;
        margin-bottom: 100px;
    }
}