.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image3.svg);
    background-size: auto 652px;
    background-position: calc(50% + 360px) calc(50% + 46px);
    background-color: #eae9d3;
    overflow: hidden;
}
@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 230px) calc(50% + 34px);
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 330px;
        background-position: calc(50% + 183px) calc(50% + 20px);
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 368px;
        background-position: calc(50% + 60px) calc(50% - 8px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        background: linear-gradient(180deg, rgba(234, 233, 211, 0) 0, #cac898 100%);
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 408px;
        background-position: calc(50% - 54px) calc(50% + 24px);
    }
}

.page-content .b-health-block__image {
    margin: 0 -16px;
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-block__image {
        margin: 0;
    }
}