.about__title {
    margin-bottom: 84px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    height: auto;
}

.about__info {
    display: block;
}

.about__descr {
    margin-bottom: 30px;
}

.about__descr:last-child {
    margin-bottom: 0;
}

.about__picture {
    min-width: 550px;
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right;
    margin: 0 0 24px 24px;
}

.about__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: initial!important;
    height: initial!important;
    max-height: 410px;
}

.about__content-full p:last-child {
    margin-bottom: 0;
}

.about__content-wrapper {
    overflow: initial;
}

@media (max-width: 1200px) {
    .about__picture {
        min-width: 400px;
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .about__title {
        margin-bottom: 56px;
    }

    .about__picture {
        min-width: 300px;
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .about__title {
        margin-bottom: 56px;
    }

    .about__title::after {
        bottom: -28px;
    }

    .about__picture {
        min-width: 300px;
        max-width: 300px;
    }

    .about__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .about__picture {
        float: initial;
        min-width: 0;
        margin: 0 0 30px 0;
    }

    .about__content-wrapper {
        height: 140px;
        overflow: hidden;
        margin-bottom: 20px;
    }
}