.section_adv_repair {
    padding: 65px 0;
    margin-bottom: 65px;
    background-color: #E31F23;
    color: #ffffff;
    text-align: center;
}

.section_adv_repair .title_repair {
    color: #ffffff;
    margin-bottom: 60px;
    text-align: center;
}

.adv_repair_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -6px -12px;
}

.adv_repair_item {
    padding: 0 6px;
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.adv_repair_item_center {
    width: 100%;
}

.adv_repair_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.adv_repair_text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 3px solid #ffffff;    
    flex: 1;
    display: flex;
    align-items: center;
}

.adv_repair_item_center .adv_repair_text {
    margin: 25px 16px 0;
}

@media (min-width: 768px) {
    .adv_repair_item {
        width: 50%;
    }

    .adv_repair_item_center {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .adv_repair_item {
        width: calc(20% - 8px);
    }

    .adv_repair_item_center {
        width: calc(20% + 32px);
    }
}