.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image4.svg);
    background-size: auto 500px;
    background-position: calc(100% - 0px) calc(50% - 26px);
    background-color: #f0e4c0;
    overflow: hidden;
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 250px;
        background-position: calc(100% - 20px) calc(50% - 12px);
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(100% + 20px) calc(50% - 48px);
    }
    .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%);
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 6px) calc(50% - 104px);
        background-size: auto 204px;
    }
}
.page-content .b-health-block__image img {
    border-radius: 50%;
}