.section-repeater_center_steps_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.section-repeater_center_steps_item {
    max-width: 464px;
}

.section-repeater_center_steps_item .step-image {
    position: relative;
    padding: 20px 0;
    margin-bottom: 8px;
}

.section-repeater_center_steps_item:first-child .step-image {
    padding-top: 0;
}

.section-repeater_center_steps_item .step-image:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #F0F0F0;
}

.section-repeater_center_steps_item:first-child .step-image:before {
    height: 50%;
}

/*.section-repeater_center_steps_item:not(:last-child)::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 75px;*/
/*    width: 2px;*/
/*    height: 30px;*/
/*    background: #F0F0F0;*/
/*}*/

/* .section-repeater_center_steps .step-image:not(:first-child) {
    background-image: url(/wp-content/themes/template/images/step-next.svg);
    background-repeat: no-repeat;
    background-position: top;
} */

.section-repeater_center_steps_title {
    text-align: center;
    margin-bottom: 16px;
}

.section-repeater_center_steps_text {
    max-width: 654px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 53px;
}

.section-repeater_center_slider .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
}

.section-repeater_center_steps_item-img {
    position: relative;
    /* top: -25px; */
    margin: 0 auto;
    max-width: 51px;
    width: 100%;
    /* height: 50px; */
}

.section-repeater_center_steps_item-title {
    margin-bottom: 16px;
    text-align: center;
}

.section-repeater_center_steps_item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    margin-bottom: 0;
}

.section-repeater_center_steps .btn {
    margin: 64px auto 0 auto;
    min-height: 52px;
}

.section-repeater_center_steps_text-block {
    /* margin-bottom: 81px; */
}

/* @media (max-width: 1024px) {
    .section-repeater_center_steps_title {
        font-size: 36px;
    }

    .section-repeater_center_steps_text {
        margin-bottom: 56px;
    }

    .section-repeater_center_slider .btn {
        margin-top: 56px;
    }

    .section-repeater_center_steps_text-block {
        margin-bottom: 81px;
    }

}

@media (max-width: 640px) {
    .section-repeater_center_steps_wrap {
        width: 85%;
        margin: auto;
        padding: 40px 0 40px 40px;
        border-top: none;
        border-left: 1px solid #F0F0F0;
        flex-direction: column;
    }

    .section-repeater_center_steps_item {
        width: 100%;
    }

    .section-repeater_center_steps_text-block {
        margin-bottom: 48px;
    }

    .section-repeater_center_steps_title {}

    .section-repeater_center_steps_text {
        margin-bottom: 48px;
    }

    .section-repeater_center_steps_item-title {
        font-size: 18px;
    }

    .section-repeater_center_steps_item-title,
    .section-repeater_center_steps_item-text {
        text-align: left;
    }

    .section-repeater_center_slider .btn {
        margin-top: 48px;
    }

    .section-repeater_center_steps_item {
        display: flex;
        position: relative;
        width: 100%;
    }

    .section-repeater_center_steps_item-img {
        position: absolute;
        left: -67px;
        margin: 0;
        top: 15px;
    }
} */

@media (max-width: 514px) {
    .section-repeater_center_steps_item:not(:last-child)::after {
        bottom: 97px;
    }
}