.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image5.svg);
    background-size: auto 680px;
    background-position: calc(50% + 422px) calc(50% + 36px);
    background-color: #f4ccc3;
    overflow: hidden;
}
@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 334px) calc(50% + 24px);
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 214px) calc(50% + 14px);
        background-size: auto 344px;
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 144px) calc(50% - 18px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        background: linear-gradient(180deg, rgba(244, 204, 195, 0) 0, #d1988b 100%);
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 20px) calc(50% + 4px);
    }
}

@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__title {
        max-width: 690px;
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__title {
        max-width: 400px;
    }
}

.page-content .b-health-block__image img {
    border-radius: 50% 0 0 50%;
}