.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image6.svg);
    background-size: auto 618px;
    background-position: calc(50% + 408px) calc(50% - 16px);
    background-color: #969cc2;
    overflow: hidden;
}
@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 310px) calc(50% - 6px);
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 210px) calc(50% - 22px);
        background-size: auto 320px;
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 160px) calc(50% - 22px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        background: linear-gradient(180deg, rgba(150, 156, 194, 0) 0, #7a81ab 100%);
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 0px) calc(50% - 40px);
        background-size: auto 290px;
    }
}
.page-content .b-health-block__image img {
    border-radius: 50%;
    background-color: #969cc2;
}