.section-advantages-block .item {
    padding: 32px 32px 12px 32px;
    background: var(--color-grey-8);
    border: var(--border-style-1);
    border-radius: 12px;
}

.section-advantages-block .item .icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--color-grey-11);
    border: var(--border-style-5)
}

.section-advantages-block .item .icon img {
    height: 20px;
}

.section-advantages-block .item .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-grey-3);
}
.section-advantages-block .number{
    position: absolute;
    font-weight: 500;
    font-size: 100px;
    line-height: 75px;
    vertical-align: middle;
    color: var(--color-grey-1);
    top: 24px;
    right: 24px;
}


@media (min-width: 768px) {
    .section-advantages-block .item {
        width: calc(50% - 12px);
    }
    .section-advantages-block .btns .btn{
        width: auto;
    }
}

@media (min-width: 992px) {
    .section-advantages-block .item {
        padding: 32px;
    }

    .section-advantages-block .item .text {
        font-weight: 400;
        font-size: 18px;
        line-height: 22.75px;
    }
    .section-advantages-block .btns{
        margin-top: 40px;
    }

    .section-advantages-block.block-steps .section-header{
        margin-bottom: 56px;
    }
    .section-advantages-block.block-steps .section-header .h2{
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .section-advantages-block .item {
        width: calc((100% - 48px) / 3);
    }
}