.b-about {
    background: #F9F9FA;
}
.b-about .b-section__description {
    width: 760px;
}
.b-about__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding: 30px 0;
    border-bottom: solid 1px #CFD4DC;
}
.b-about__flex:last-child {
    border: none;
}
.b-about__text {
    order: 0;
    width: 414px;
    font: 16px/28px 'Open Sans', sans-serif;
}
.b-about__text > h3{
    margin-bottom: 20px;
}
.b-about__flex:nth-child(2n) > .b-about__text {
    order: 1;
}
.b-about__img {
    order: 1;
    width: 546px;
    aspect-ratio: 546/460;
    background: 0 0 / 100%;
}
.b-about__flex:nth-child(2n) > .b-about__img {
    order: 0;
}
.b-section__title {
    font: 700 30px/45px 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 10px;
}
.mobile .b-section__title {
    line-height: 38px;
    font-size: 30px;
    max-width: 100%;
}
h3 {
    font: 700 24px/36px 'Open Sans', sans-serif;
    color: #1B222F;
}
.b-section__description {
    margin: auto;
    font: 16px/28px 'Open Sans', sans-serif;
    text-align: center;
    color: #575C63;
}
.b-about .b-section__description {
    width: 760px;
}
.mobile .b-section__description {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .mobile .b-section {
        padding: 45px 15px;
    }
}
@media (max-width: 610px) {
    .mobile .b-about__flex:nth-child(2n) > .b-about__text {
        order: 0;
    }
    .mobile .b-about__flex:nth-child(2n) > .b-about__img {
        order: 1;
    }
    .mobile .b-about__flex {
        flex-wrap: wrap;
    }
    .mobile .b-about__text {
        width: 100%;
    }
    .mobile .b-about__img {
        max-width: 546px;
        width: 100%;
    }
}