.section-repeater_center_steps_wrap{
    display: flex;
    justify-content: center;
    gap: 32px 24px;
    border-top: 1px solid #F0F0F0;
}
.section-repeater_center_steps_item{
    width: calc(100% / 3);
}

.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: 80px;
}

.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 16px 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: 150%;
    text-align: center;
}

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

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

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

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

    .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;
    }
    .section-repeater_center_steps .btn{
        margin: 48px auto 0 auto;
    }
}
