.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image7.svg);
    background-size: auto 554px;
    background-position: calc(100% + 16px) calc(50% - 4px);
    background-color: #ffb97d;
    overflow: hidden;
}
@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 394px) calc(50% - 4px);
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 234px) calc(50% - 2px);
        background-size: auto 284px;
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 100px) calc(50% - 30px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        background: linear-gradient(180deg, rgba(255, 185, 125, 0) 0, #f7a35b 100%);
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 4px) calc(50% - 58px);
        background-size: auto 230px;
    }
}