#how-repair {
    background-image: url(../assets/how-repairBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
#how-repair * {
    color: var(--gray95);
}
#how-repair .flexSection {
    align-items: end;
}

.step {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    gap: 24px;
}

.step-number {
    background: #fff;
    color: var(--red) !important;
    min-width: 52px;
    min-height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.step-content h3 {
    margin-bottom: 12px !important;
    font-weight: 700;
    font-size: 20px;
}
#how-repair .flexSection {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.how-repair__steps-container {
    display: flex;
    flex-direction: column;
}
.how-repair__steps {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}
.how-repair__steps-container a {
    max-width: 240px;
}

@media (min-width: 800px) {
    .how-repair__steps .step {
        flex: 1 1 40% !important;
    }
    .how-repair__steps-container {
        align-items: center;
    }
}

@media (max-width: 1200px) {
    #how-repair {
        padding: 60px 0;
    }
    .step {
        flex-direction: column;
        align-items: start;
    }
    #how-repair .flexSection {
        align-items: start;
    }
    #how-repair .flexSection_second {
        flex-direction: column-reverse;
    }
    .flexSection > * {
        flex: 0 1 100%;
    }
    #how-repair .sectionImg .desktop {
        display: none;
    }
    #how-repair .sectionImg .mobile {
        display: block;
    }
    .how-repair__steps .step {
        flex: 1 1 100%;
    }
}
@media (min-width: 1200px) {
    #how-repair .sectionImg .desktop {
        display: block;
    }
    #how-repair .sectionImg .mobile {
        display: none;
    }
    .how-repair__steps .step {
        flex: 1 1 100% !important;
    }
    .how-repair__steps-container {
        align-items: start;
    }
}
