.section-centre {
    background-color: white;
    padding:40px;
    font-size: 17px;
}
.section-descr {
    margin-bottom: 70px;
}
.section-descr__title {
    font-size: 24px;
    font-weight: 700;
}
.section-descr__descr {
    margin-top: 20px ;
}
.section-descr__paragraph {
    margin-top: 20px;
}
.section-wishes {
    font-weight: 700;
}
.section-wishes__paragraph {
    margin-bottom: 20px;
}
.section-descr:first-child {
    display: flex;
    justify-content: space-between;
}
.section-descr__text {
    width: 770px;
}
.section-descr__img img {
    margin-top: 10px;
}
@media(max-width:991px) {
    .section-descr:first-child {
        display: block;
    }
    .section-descr__text {
        width: auto;
    }
}