.page-content .b-health-top--health .b-health-top__wrapper {
    background-image: url(/new/static/articles/new/image10.svg);
    background-size: auto 456px;
    background-position: calc(50% + 480px) calc(50% - 0px);
    background-color: #acc4dc;
    overflow: hidden;
}
@media screen and (max-width: 1239px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 330px;
        background-position: calc(100% + 26px) calc(50% - 130px);
    }
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: auto 268px;
        background-position: calc(50% + 246px) calc(50% + 2px);
    }
}
@media screen and (max-width: 767px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-position: calc(50% + 170px) calc(50% - 54px);
    }
    .page-content .b-health-top--health .b-health-top__wrapper:before {
        background: linear-gradient(180deg, rgba(172, 196, 220, 0) 0, #7794b0 53.72%);
    }
}
@media screen and (max-width: 459px) {
    .page-content .b-health-top--health .b-health-top__wrapper {
        background-size: 240px auto;
        background-position: center top;
    }
}

.page-content .b-health-top--health .b-health-top__title {
    max-width: 930px;
}
@media screen and (max-width: 1023px) {
    .page-content .b-health-top--health .b-health-top__title {
        max-width: 460px;
    }
}

@media screen and (max-width: 459px) {
	.b-health-block--pink .b-health-block__title {
		padding-top: 240px;
	}
	.b-health-block--pink .b-health-block__pic {
		margin-top: -282px;
		padding-top: 280px;
	}
}