.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image2.svg);
    background-size: auto 660px;
    background-position: calc(50% + 370px) calc(50% + 14px);
    background-color: #f1e4c1;
    overflow: hidden;
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 204px) calc(50% + 4px);
        background-size: auto 350px;
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 154px) calc(50% + 4px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        background: linear-gradient(180deg, rgba(254, 153, 153, 0) 0, rgba(243, 110, 110, 0.3) 59.58%);
        bottom: 0;
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% - 10px) calc(50% - 58px);
        background-size: auto 280px;
    }
}

.page-content .b-health-block__image img {
    position: relative;
    left: -54px;
}
@media screen and (max-width: 1439px) {
    .page-content .b-health-block__image img {
        left: -40px;
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-block__image img {
        left: -36px;
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-block__image img {
        left: -24px;
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-block__image img {
        left: -2px;
    }
}