/* Temporary UI Kit Starts Here */
/* Delete it when main.css will be updated to current ui */

h1 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 124%;
}

h2 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 124%;
}

h3 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
}

h4 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}

p {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}

.bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article__wrap h2.article-kp-h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
}

.article__wrap h2, .article__wrap .h2 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 124%;
	color: unset;
}

.article__wrap p {
	font-size: 18px;
	line-height: 145%;
}

.article__wrap p + p {
	margin: 0;
}

.article-section h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.article-section h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.article-section h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.article-section h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.recommended-content__button p {
	color: #FFFFFF;
}

.recommended-content__time-wrapper p {
	color: #F39D31;
}

.article-section__prikorm-wrapper h4 {
	color: #F39D31;
}

.article-seciton__prikorm-botton p {
	color: #F39D31;
}

.rounded-text-block__wrapper .article-section__list p {
	font-size: 16px;
	line-height: 145%;
}

.article-seciton__prikorm-bottom p { 
	color: #F39D31;
}

.rounded-text-block__wrapper .section-number {
	font-size: 60px;
	line-height: 64px;
	min-width: 35px;
	color: #F39D31;
}

.rounded-text-block .x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article-section--8 .footer-text {
	font-size: 12px;
	line-height: 18px;
}


@media screen and (max-width: 767px) {

	h1 {
	font-size: 30px;
	line-height: 124%;
	}

	h2 {
		font-size: 26px;
		line-height: 124%;
	}

	h3 {
		font-size: 24px;
		line-height: 120%;
	}

	h4 {
		font-size: 20px;
		line-height: 120%;
	}

	p {
		font-size: 18px;
		line-height: 130%;
	}

	.bold {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-weight: 400;
	}

	.article__wrap h2.article-kp-h2 {
		font-size: 20px;
		line-height: 120%;
	}

	.article__wrap h2, .article__wrap .h2 {
		font-size: 20px;
		line-height: 120%;
	}

	.article__wrap p {
		font-size: 18px;
		line-height: 130%;
	}

}

/* Delete it when main.css will be updated to current ui */
/* Temporary UI Kit Ends Here */

.orange-text {
	color: #F3AF45;
}

.orange-text-2 {
	color: #F39D31;
}

.greenish-text {
	color: #ADCE24;
}

.redish-text {
	color: #DD8455;
}

.article-wrapper {
	position: relative;
	width: calc(100% + 80px);
	left: -40px;

	display: flex;
	flex-direction: column;
	background-color: #FAF9FA;
	padding-bottom: 14px;
}

.article-section {
	position: relative;

	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 40px 0px 40px;
}

.article-section--banner {
	gap: 24px;
}

.article-section--1 {
	gap: 24px;
}

.article-section--2 {
	gap: 24px;
}

.article-section--2 .article-section__image {
	width: 440px;
	height: 423px;
	left: 0;
	padding-right: 4px;
}

.article-section--3 {
	gap: 14px;
}

.article-section--3 .article-section__image {
	position: absolute;
    width: 305px;
    height: 235px;
    left: calc((100% - 305px) / 2);
    top: 10px;
}

.article-section--4 {
	gap: 14px;
}

.article-section--4 .article-section__steps-wrapper  > :nth-child(2n) {
	justify-self: end;
}

.article-section--4 .article-section__steps-wrapper  > :nth-child(2n-1) {
	justify-self: start;
}

.article-section--5 {
	gap: 24px;
}

.article-section--6 {
	gap: 24px;
}

.article-section--6 .article-section__wrapper {
	flex-direction: column;
}

.article-section--7 {
	gap: 24px;
}

.article-section--7 .article-section__image {
	width: 100%;
	left: 0;
}

.article-section__steps-wrapper--signs .rounded-text-block p {
	text-align: start;
}

.article-section__steps-wrapper--signs .rounded-text-block {
	max-width: 310px;
}

.article-section__title {
	color: #11499E;
}

.article-section--banner .orange-text { 
	margin-left: 88px;
}

.article-section__image {
	position: relative;
	width: calc(100% + 80px);	
	height: auto;
	left: -40px;
}

.article-section__wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 14px;
}

.article-section__wrapper--vertical {
	flex-direction: column;
	align-items: flex-start;
}

.article-section__wrapper--vertical-main {
	gap: 24px;
}

.article-section__wrapper--title {
	flex-direction: column;
	justify-content: center;
	height: 180px;
	padding: 24px;
    padding-right: 36%;

	background: linear-gradient(90deg, #FFFFFF 65%, rgba(255, 255, 255, 0.927885) 77%, rgba(255, 255, 255, 0.74121) 83%, rgba(255, 255, 255, 0) 100%) no-repeat, url(/static/f/med_article/527/img/banner-background.png) no-repeat;
    background-size: 70% 100%, auto;
    background-position: center left, 100% -2px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
}

.article-note {
	position: relative;
	margin-top: 24px;
	padding: 24px;
	box-sizing: border-box;
	border: 3px solid #ADCE24;
	filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.06));
	border-radius: 30px;
}

.article-note--blue {
	border: 3px solid #28B5E7;
}

.article-note--white {
	border: none;
	background-color: #FFFFFF;
}

.article-note__icon {
	position: absolute;
	top: -24px;
	margin-left: calc((100% - 56px - 24px) / 2);
}

.article-note__text {
	text-align: center;
}

.article-section__bear-wrapper {
	position: relative;
	display: grid;
	width: 100%;
	height: 490px;
	grid-template-columns: 1fr 1fr;

	background: url('/static/f/med_article/527/img/section-1-background.png') no-repeat;
}

.rounded-text-block {
	position: relative;
	width: fit-content;
	height: fit-content;
	padding: 14px;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
	border-radius: 20px;

	display: flex;
	flex-direction: column;
	gap: 8px;

	p {
		text-align: center;
	}
}

.rounded-text-block__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	padding: 8px;
}

.rounded-text-block__wrapper--reverse-image {
	flex-direction: row-reverse;
}

.rounded-text-block__wrapper--reverse-image p {
	text-align: start;
}

.rounded-text-block--1 {
	max-width: 207px;
	left: calc(100% - 207px - 70px);
    top: 65px;
	padding: 8px;
}

.rounded-text-block--2 {
	max-width: 189px;
	top: 110px;
    left: 85px;
	z-index: 1;
	padding: 8px;
}

.rounded-text-block--3 {
	max-width: 270px;
    left: calc(100% - 270px - 46px);
    top: 80px;
    z-index: 1;
	padding: 8px;
}

.rounded-text-block--4 {
	max-width: 207px;
	top: 130px;
    left: 49px;
}

.article-section__bear-background {
	position: absolute;
	left: calc((100% - 321px) / 2);
	top: calc((100% - 312px) / 2);
	background: radial-gradient(ellipse at center, #F9F9F9 65%, transparent 68%);
    border-radius: 100%;
}

.article-section__bear-image {
	position: absolute;
	left: calc((100% - 264px) / 2);
	top: calc((100% - 225px - 11px) / 2);
	z-index: 1;
}

.recommended-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 14px;
	padding: 0px 24px;

	background: url('/static/f/med_article/527/img/recommended-content__arrow.svg') no-repeat;
	background-position: bottom 15px right;
	background-size: 18px auto;
}

.recommended-content__button {
	position: relative;
	width: 100%;
	padding: 14px;

	background: #F39D31;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	text-decoration: none;
}

.recommended-content__text {
	color: #FFFFFF;
	text-align: center;
}

.recommended-content__time-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.article-section__plate-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.article-section__plate-wrapper p {
	text-align: start;
}

.article-section__bio-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.rounded-text-block--green-1 {
	width: 200px;
    height: 100px;
	background-color: #ADCE24;
	left: calc(100% - 200px - 110px);
	justify-content: center;
	p {
		color: #FFFFFF;
	}
}

.rounded-text-block--green-2 {
	width: 200px;
    height: 100px;
	background-color: #ADCE24;
	left: 110px;
	justify-content: center;
	p {
		color: #FFFFFF;
	}
}

.rounded-text-block--green-3 {
	width: 200px;
    height: 100px;
	background-color: #ADCE24;
	left: calc(100% - 200px - 110px);
	justify-content: center;
	p {
		color: #FFFFFF;
	}
}

.rounded-text-block--green-4 {
	width: 200px;
    height: 100px;
	background-color: #ADCE24;
	left: 110px;
	justify-content: center;
	p {
		color: #FFFFFF;
	}
}

.rounded-text-block--green-5 {
	grid-column: 1 / -1;
	max-width: 395px;
	background-color: #ADCE24;
	left: calc((100% - 395px) / 2);
	justify-content: center;
	p {
		color: #FFFFFF;
	}
}

.article-section__steps-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	align-items: center;
	gap: 24px;

	background: url('') no-repeat;
	background-position: top center;
}

.article-section__prikorm-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.article-section__prikorm-wrapper .article-section__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
}

.article-section__prikorm-wrapper .rounded-text-block--red-1 {
	max-width: 100%;
	width: 100%;
	height: 100%;

	background: linear-gradient(0deg, rgba(221, 132, 85, 0.2), rgba(221, 132, 85, 0.2)), #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
	border-radius: 10px;

	ul li::marker {
		color: #F39D31;
	}

	p {
		text-align: start;
	}
}

.article-seciton__prikorm-top {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;	
	padding: 8px;
}

.rounded-text-block--red-1 .rounded-text-block__wrapper {
	flex-direction: column;
}

.rounded-text-block--greenish {
	background: rgba(173, 206, 36, 0.2);
	max-width: none;
}

.rounded-text-block--greenish .rounded-text-block__wrapper {
	flex-direction: column;
}

.article-section__prikorm-middle-part {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.article-section__prirokm-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: 3px dashed #F39D31;
	border-radius: 20px;
	mask-image: linear-gradient(to bottom, black 40px, transparent 90%);
	-webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 90%);
}

.article-section__list {
	margin: 0;
	padding: 0 0 0 20px;
}

.article-seciton__prikorm-bottom {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 12px 0px 8px 0px;

	border-top: 3px dashed #F39D31;
}

.article-seciton__prikorm-bottom::before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: 20px;
    top: -12px;
    left: -5px;
    background: radial-gradient(circle, #F39D31 60%, transparent 60%) no-repeat, radial-gradient(circle, #F39D31 60%, transparent 60%) no-repeat, radial-gradient(circle, #F39D31 60%, transparent 60%) no-repeat, radial-gradient(circle, #F39D31 60%, transparent 60%) no-repeat;
    background-size: 20px 20px;
    background-position: calc(0% - 0px) top, 33% top, 66% top, 100% top;
}

.article-section__wrapper--baby {
	align-items: center;
}

.article-section__image--baby-image {
	width: auto;
	height: 350px;
	left: 0px;
}

.article-section__list--baby {
	list-style-type: none;
	padding: 0;
	display: flex;
    flex-direction: column;
    gap: 8px;
	width: 434px;
}

.article-section__item {
	position: relative;
	padding-left: 20px;
}

.article-section__item::before {
	content: "";	
	position: absolute;
	top: 10px;
	left: 0;
    width: 10px;
    height: 10px;
	background: #DD8455;
    border-radius: 10px;
}

.article-section__item--1 {
	left: -59px;
}

.article-section__item--1::before {
	top: auto;
	bottom: 5px;
}

.article-section__item--2 {
	left: -38px;
}

.article-section__item--3 {
	left: -20px;
}

.article-section__item--4 {
	left: -21px;
}

.article-section__item--5 {
	left: -39px;
}

.article-section__item--6 {
	left: -62px;
}

.article-section__list--recommends {
	display: flex;
	flex-direction: column;
	gap: 14px;
	list-style-type: none;
	padding: 0;
}

.article-section--6 p {
	text-align: left;
}

.section-number {
	width: 35px;
	font-size: 60px;
	line-height: 64px;
	text-align: left;
}

.rounded-text-block--bear-1 {
	max-width: 82.5%;
}

.rounded-text-block--bear-1::before {
	content: "";
    position: absolute;
    width: 145px;
    height: 174px;
    right: -110px;
    top: -45px;
    background: url('/static/f/med_article/527/img/section-6-number-bear-1.png') no-repeat, url('/static/f/med_article/527/img/section-6-number-bear-1-clock.png') no-repeat;
    background-position: -20px 10px, 63px 40px;
    background-size: contain, 80px 80px;
}

.rounded-text-block--bear-2 {
	max-width: 76.5%;
}

.rounded-text-block--bear-2::before {
	content: "";
    position: absolute;
    width: 140px;
    height: 184px;
    right: -100px;
    top: -40px;
    background: url('/static/f/med_article/527/img/section-6-number-bear-2.png') no-repeat;
    background-size: contain;
}

.rounded-text-block--bear-3 {
	max-width: 79.5%;
}

.rounded-text-block--bear-3::before {
	content: "";
    position: absolute;
    width: 139px;
    height: 176px;
    right: -97px;
    top: -40px;
    background: url('/static/f/med_article/527/img/section-6-number-bear-3.png') no-repeat;
    background-size: contain;
}

.article-section-7__icon {
	width: 210px;
	height: auto;
}

.rounded-text-block__title-dashed {
	border-bottom: 3px dashed #F39D31;
}

.article-section__list--porridge {
	list-style-type: none;
	padding: 0;
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.article-section__list--porridge p {
	text-align: start;
}

.article-section__list--porridge .article-section__item::before {
	top: 7px;
}

.rounded-text-block--porridge-1 {
	margin-left: 60px;
    margin-right: auto;
}

.rounded-text-block--porridge-2 {
	margin-left: auto;
    margin-right: 30px;
}

.rounded-text-block--porridge-2 img {
	width: 240px;
}

.rounded-text-block--porridge-3 {
	width: 82%;
}

.rounded-text-block--porridge-3 img {
	width: 260px;
}

.rounded-text-block--porridge-4 {
	width: 95%;
	margin-left: 30px;
    margin-right: auto;
}

.rounded-text-block--porridge-4 img {
	width: 270px;
}

.article-section__image--background {
	position: absolute;
	height: auto;
	object-fit: cover;
    object-position: center top;
}

.article-section__image--dashed-line {
	position: absolute;
    height: 550px;
    width: 712px;
    object-fit: cover;
    left: calc((100% - 712px) / 2);
    top: 7px;
}

.footer-text {
	font-size: 12px;
	line-height: 18px;
}

@media screen and (max-width: 992px) {
	.article-wrapper {
		width: calc(100% + 40px);
    	left: -20px;
	}

	.article-section {
		padding: 40px 20px 0px 20px;
	}

	.article-section__image {
		width: calc(100% + 40px);
    	left: -20px;
	}

	.article-section--banner .orange-text {
    	margin-left: 75px;
	}

	.article-section__image--dashed-line { 
		height: 550px;
    	width: 712px;
		left: calc((100% - 712px) / 2);
	}

	.article-section__image--baby-image {
		width: auto;
		height: 350px;
		left: unset;
	}
}

@media screen and (max-width: 859px) { 
	.article-section__list--baby {
		width: 100%;
	}

	.article-section__list--baby .article-section__item {
		left: unset;
	}

	.article-section__item--1::before {
		top: 10px;
    	bottom: auto;
	}

}

@media screen and (max-width: 767px) {
	.rounded-text-block--green-1 {
		width: 180px;
		left: calc(100% - 180px - 110px);
	}

	.rounded-text-block--green-2 {
		width: 180px;
	}

	.rounded-text-block--green-3 {
		width: 180px;
		left: calc(100% - 180px - 110px);
	}

	.rounded-text-block--green-4 {
		width: 180px;
	}

	.article-section__image--dashed-line {
		display: none;
	}

	.article-section__steps-wrapper--signs .rounded-text-block {
		width: 245px;
    	height: 180px;
		justify-content: center;
	}

	.article-section__wrapper--baby {
		flex-direction: column;
	}

	.article-section__image--background {
		display: none;
	}

	.article-section__wrapper--vertical-main .rounded-text-block {
		margin: 0;
		width: 100%;
	}

	.article-section__wrapper--title {
		background-size: 85% 100%, auto;
        background-position: center left, calc(100% + 125px) -2px;
        padding-right: 23%;
	}
}

@media screen and (max-width: 659px) {

	.article-section__bear-wrapper {
		width: 510px;
        height: 310px;
        gap: 8px;
        margin-top: 150px;
        margin-right: auto;
        margin-left: auto;
		grid-template-rows: 160px 140px;
	}

	.article-section__bear-background {
		display: none;
	}

	.rounded-text-block--1 {
		max-width: none;
        width: 250px;
        left: calc(100% - 250px);
        top: calc(100% - 110px - 46px);
	}

	.rounded-text-block--2 {
		max-width: none;
		width: 250px;
		top: calc(100% - 109px);
		left: 0;
	}

	.rounded-text-block--3 {
		max-width: none;
        width: 250px;
        top: -80px;
        left: calc(100% - 250px);
	}

	.rounded-text-block--4 {
		max-width: none;
		width: 250px;
		height: 85px;
		left: 0;
		top: -15px;
	}

	.article-section__bear-image {
		left: calc((100% - 264px) / 2 - -140px);
        top: calc((100% - 225px) / 2 - 250px);
	}

	.article-section__plate-wrapper {
		gap: 14px;
	}

	.rounded-text-block__wrapper--brain-block {
		flex-direction: column;
	}

	.article-section__plate-wrapper .article-section__wrapper {
		flex-direction: column;
	}

	.article-section__plate-wrapper .rounded-text-block {
		width: 100%;
	}

	.article-section__image--2 {
		display: none;
	}

	.rounded-text-block__wrapper--reverse-image {
		flex-direction: column;
	}

	.article-section--3 .article-section__image {
		top: 105px;
	}

	.rounded-text-block--green-1 {
		left: calc(100% - 180px);
        margin-bottom: 190px;
	}

	.rounded-text-block--green-2 {
		margin-bottom: 190px;
        left: 0;
	}

	.rounded-text-block--green-3 {
		left: calc(100% - 180px);
	}

	.rounded-text-block--green-4 {
		width: 180px;
        left: 0;
	}

	.rounded-text-block--green-5 {
		max-width: 375px;
    	left: calc((100% - 375px) / 2);
	}

	.article-seciton__prikorm-top { 
		padding: 14px;
	}

	.article-seciton__prikorm-top .article-section__wrapper {
		grid-template-columns: 1fr;
	}

	.article-section__prirokm-background {
		mask-image: unset;
    	-webkit-mask-image: unset;	
	}

	.article-seciton__prikorm-bottom {
		display: none;
	}

	.rounded-text-block--porridge-1 img {
		width: 180px;
	}

	.rounded-text-block--porridge-2 img {
		width: 180px;
	}

	.rounded-text-block--porridge-3 img {
		width: 180px;
	}

	.rounded-text-block--porridge-4 img {
		width: 180px;
	}
}

@media screen and (max-width: 559px) {

	.article-section__bear-wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		width: 360px;
		height: fit-content;
		margin-top: 190px;
	}

	.rounded-text-block--1 {
		width: 100%;
		height: fit-content;
		top: 0;
		left: 0;
	}

	.rounded-text-block--2 {
		width: 100%;
		height: fit-content;
		top: 0;
		left: 0;
	}

	.rounded-text-block--3 {
		width: 100%;
		height: fit-content;
		top: 0;
		left: 0;
	}

	.rounded-text-block--4 {
		width: 100%;
		height: fit-content;
		top: 0;
		left: 0;
	}

	.article-section__bear-image {
        left: calc((100% - 264px) / 2 - 20px);
        top: calc((100% - 225px) / 2 - 260px);
    }

	.article-section__steps-wrapper--signs {
		grid-template-columns: 1fr;
	}
	    
	.article-section__steps-wrapper--signs .rounded-text-block {
		max-width: unset;
		width: 100%;
		height: fit-content;
	}

	.article-section__steps-wrapper--signs p {
		text-align: start;
	}
	
	.rounded-text-block--bear-1 {
		max-width: unset;
	}

	.rounded-text-block--bear-2 {
		max-width: unset;
	} 

	.rounded-text-block--bear-1::before { 
		display: none;
	}

	.rounded-text-block--bear-2::before { 
		display: none;
	}

	.rounded-text-block--bear-3 {
		max-width: unset;
	} 

	.rounded-text-block--bear-3::before { 
		display: none;
	}

	.article-section__wrapper--vertical-main {
		align-items: center;
		overflow: hidden;
	}

	.article-section__wrapper--vertical-main .rounded-text-block {
		width: 320px;
	}

	.article-section__wrapper--vertical-main .rounded-text-block__wrapper {
		flex-direction: column;
		width: fit-content;
	}

	.article-section__list--porridge {
		max-width: 320px;
	}

	.article-section__wrapper--title {
		background-size: auto;
        background: #FFFFFF;
        padding-right: 24px;
		height: fit-content;
	}
}

@media screen and (max-width: 459px) {
	.article-section--banner .article-section__title {
		margin-left: 0;
	}

	.rounded-text-block--green-1 {
		width: 165px;
		left: calc(100% - 165px);
	}

	.rounded-text-block--green-2 {
		width: 165px;
	}

	.rounded-text-block--green-3 {
		width: 165px;
		left: calc(100% - 165px);
	}

	.rounded-text-block--green-4 {
		width: 165px;
	}

	.rounded-text-block--green-5 {
		max-width: 344px;
        left: calc((100% - 344px) / 2);
	}

	.article-section--6 .rounded-text-block__wrapper {
		align-items: flex-start;
	}
}

@media screen and (max-width: 390px) {
	.article-section--banner .orange-text {
    	margin-left: 0px;
	}

	.article-section__bear-wrapper {
		width: 100%;
	}

	.article-section__bio-wrapper {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.article-section--3 .article-section__image {
        top: 85px;
    }

	.rounded-text-block--green-1 {
		left: unset;
		width: 100%;
        height: 80px;
	}

	.rounded-text-block--green-2 {
		margin-bottom: 0;
		right: unset;
		width: 100%;
        height: 80px;
	}

	.rounded-text-block--green-3 {
		left: unset;
		width: 100%;
        height: 80px;
	}

	.rounded-text-block--green-4 {
		right: unset;
		width: 100%;
        height: 80px;
	}

	.rounded-text-block--green-5 {
		max-width: 100%;
		height: auto;
		left: unset;
	}

	.article-section__image--baby-image {
		height: 300px;
	}

	.article-section__wrapper--vertical-main .rounded-text-block {
        width: 300px;
    }
}