.page__picture {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 112px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section__about {
    position: relative;
    padding: 45px 0;
}

.about-title {
    font-size: 23px;
}

.about-content {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}

.about-text-content {
    width: 50%;
}

.about-image {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.about-background {
    width: 50%;
    position: absolute;
    top: 40px;
    right: 13%;
}

.about-text {
    font-size: 16px;
    margin-bottom: 0;
}

.section__gallery {
    padding-bottom: 45px;
}

@media (max-width: 1559px) {
    .about-title {
        font-size: 21px;
    }
    .about-image-wrap {
        width: 75%;
    }
    .about-text {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .page__picture {
        height: 55px;
    }
    .section__about {
        padding: 30px 0;
    }
    .about-title {
        font-size: 19px;
    }
    .about-content {
        flex-direction: column;
    }
    .about-text-content, .about-image, .about-image-wrap {
        width: 100%;
    }
    .about-image {
        justify-content: center;
        margin-top: 30px;
    }
    .about-image-wrap {
        display: flex;
        justify-content: center;
    }
    .section__gallery {
        padding-bottom: 30px;
    }
    .about-background {
        top: 40px;
    }
}

@media (max-width: 575px) {
    .page__picture {
        height: 40px;
    }
    .section__about {
        padding: 15px 0;
    }
    .about-title {
        font-size: 17px;
    }
    .about-image {
        justify-content: center;
        margin-top: 15px;
    }
    .about-content {
        margin-top: 10px;
    }
    .section__gallery {
        padding-bottom: 15px;
    }
    .about-text {
        font-size: 14px;
    }
}