#about-block__top-img {
    width: 100%;
}
#about-block__title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about-block .block-card {
    padding-top: 43px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
#about-block__title-img {
    display: block;
    margin: 0 auto 33px;
    max-width: 80%;
}
#about-block__purpose-text {
    margin: 48px 0 18px;
    text-align: center;
}
#about-block__activity-text {
    margin: 75px 0 37px;
    text-align: center;
}
.go-back__button {
    margin-top: 92px;
}

@media only screen and (min-width: 992px) {
    #about-block .block-card {
        background-color: var(--white);
        margin-bottom: -45px;
        padding-top: 88px !important;
    }
    #about-block__title-img {
        margin-bottom: 72px;
        max-width: 100%;
    }
    #about-block__purpose-text {
        margin: 121px 0 42px;
    }
    #about-block__activity-text {
        margin: 155px 0 41px;
    }
}
@media only screen and (min-width: 1200px) {
    #about-block .block-card {
        margin-bottom: -65px;
        padding-top: 108px !important;
        padding-bottom: 58px;
    }
    #about-block__title-img {
        margin-bottom: 92px;
    }
    #about-block__purpose-text {
        margin: 141px 0 62px;
    }
    #about-block__activity-text {
        margin-top: 175px;
    }
}