.steps {
    margin-top: 40px;
}
.steps .item {
    display: flex;
    margin-top: 70px;
}
.steps .item:first-child {
    margin-top: 90px;
}
.steps .item .number {
    position: relative;
    width: 218px;
}
.steps .item .name {
    font-size: 33px;
    font-weight: 500;
}
.steps .item .text {
    margin-top: 25px;
    font-size: 20px;
    color: #7C7C7C;
    line-height: 1.5;
    max-width: 276px;
}
.steps .item .buttons {
    margin-top: 35px;
}
.steps .item .buttons .btn-1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 39px;
    padding: 0 17px 1px;
    letter-spacing: 0.5px;
}
.steps .item .buttons .btn-1 img {
    margin-left: 10px;
}
.steps .item .n-1 {
    position: absolute;
    top: -6px;
    left: 38px;
    z-index: 2;
}
.steps .item .n-2 {
    position: relative;
    display: table;
    margin: -20px auto 0;
    z-index: 0;
}
.steps .item .number:before {
    content: '';
    width: 170px;
    height: calc(100% + 20px);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
}
@media (max-width: 840px) {
    .steps {
        padding: 0 0 0 16px;
    }
    .steps .title-1, .steps .title-2 {
        padding-right: 17px;
    }
    .steps .item {
        margin-top: 40px;
    }
    .steps .item .n-1 {
        left: 20px;
        height: 24px;
    }
    .steps .item .n-2 {
        height: 132px;
    }
    .steps .item.no-active .n-1 stop {
        stop-color: #D9D9D9;
    }
    .steps .item .name {
        font-size: 18px;
    }
    .steps .item .text {
        margin-top: 12px;
        font-size: 14px;
        max-width: 204px;
    }
    .steps .item .buttons {
        margin-top: 12px;
    }
    .steps .item .buttons .btn-1 {
        font-size: 12px;
        line-height: 24px;
    }
    .steps .item .buttons .btn-1 img {
        width: 12px;
        margin-left: 10px;
    }
    .steps .item .number {
        width: 106px;
    }
    .steps .item {
        margin-top: 38px;
    }
    .steps .item:first-child {
        margin-top: 48px;
    }
    .steps .item .number:before {
        width: 90px;
    }
}