.section-wrap{
    border-radius: 16px;
    padding: 112px;
    background-color: #F4F9FF;
}
.repeater-row_text {
    max-width: 368px;
    margin-top: 48px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 18px;
}

.repeater-row_wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 64px;
}

.repeater-row_title{
    text-align: center;
}

.repeater-row_item {
    width: calc((100% / 3) - 12px);
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 24px;
}

.repeater-row_item-img {
    margin-bottom: 16px;
    margin-right: auto;
}

.ar .repeater-row_item-img{
    margin-left: auto;
    margin-right: 0;
}

.repeater-row_item-title {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 4px;
    text-align: left;
}

.ar .repeater-row_item-title{
    text-align: right;
}

.repeater-row_item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: var(--black);
}

.ar .repeater-row_item-text{
    text-align: right;
}

@media (max-width: 1199px) {
    .section-wrap{
        padding: 64px 20px;
    }
    .repeater-row_wrap {
        flex-direction: column;
        margin-top: 56px;
    }
    .repeater-row_item{
        width: 100%;
    }
}

@media (max-width: 640px) {
    .section-wrap{
        padding: 48px 16px;
    }
    .repeater-row_wrap {
        margin-top: 48px;
    }
}
