.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image9.svg);
    background-size: auto 440px;
    background-position: calc(100% + 0px) calc(50% - 96px);
    background-color: #969cc2;
    overflow: hidden;
}
@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 340px;
        background-position: calc(100% + 0px) calc(50% - 160px);
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 316px;
        background-position: calc(100% + 0px) calc(50% - 64px);
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: center calc(50% - 110px);
    }
    .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-size: auto 280px;
        background-position: calc(50% + 0px) calc(50% - 134px);
    }
}

@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__title {
        max-width: 500px;
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__title {
        max-width: none;
    }
}