.section-repeater_center_steps_wrap{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}

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

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

.section-repeater_center_steps_item{
    width: calc(100% / 3);
    background-color: #F4F9FF;
    padding: 24px;
    border-radius: 8px;
}

.section-repeater_center_steps_item-img {
    margin-bottom: 24px;
    max-width: 44px;
    max-height: 44px;
}

.section-repeater_center_steps_item-title {
    margin-bottom: 8px;
    text-align: left;
}

.ar .section-repeater_center_steps_item-title{
    text-align: right;
}

.section-repeater_center_steps_item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}

.ar .section-repeater_center_steps_item-text {
    text-align: right;
}

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

@media (max-width: 1199px) {
    .section-repeater_center_steps_text {
        margin-bottom: 40px;
    }

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

@media (max-width: 640px) {
    .section-repeater_center_steps_wrap{
        flex-direction: column;
        margin-top: 32px;
    }
    .section-repeater_center_steps_item{
        width: 100%;
    }

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

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