.steps {
    margin: -60px -60px 0 0;
}

.steps .item {
    margin-top: 60px;
}

.steps .item-mr {
    margin-right: 60px;
    padding-top: 52px;
}

.step-block h5 {
    margin-top: 0;
}

.step-block {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    padding: 40px;
    padding-top: 70px;
}

@media(max-width: 1260px) {
    .step-block {
        padding: 60px 15px 30px 15px;
    }
}

.step-block::before {
    content: url(../img/arrow_bold_right.svg);
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -43px;
}

.item:last-child .step-block::before {
    display: none;
}

@media(max-width: 767px) {
    .step-block::before {
        top: auto;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        bottom: -53px;
    }
}

.step-circle, .step-circle-text-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -56px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
}

.step-circle {
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    background-color: #fff;
}

.step-circle-text-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.step-circle-text p {
    width: 100%;
    font-family: 'Roboto-Bold';
    line-height: 1;
}

.step-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 70px;
    background-color: #fff;
}

.step-circle-num {
    font-size: 42px;
    /*color: #48ccea;*/
    color: #0D5C87;
}

.step-p {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.step-p {
    margin-top: 2px;
}