.article__wrap h5 {
	position: relative;

	font-family: "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	margin: 0;

	color: #183B8F;
}

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

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
}

.article-header {
	position: relative;
	width: 100%;
	height: fit-content;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	padding: 30px 40px;
	gap: 29px;

	background: rgba(51, 203, 102, 0.1);
	border-radius: 16px;
}

.article-header__text {
	position: relative;

	font-family: "RotonReg", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	margin: 0;

	color: #001689;
}

.article-header__image {
	position: relative;
	bottom: -30px;
}

.article-title-number {
	position: relative;
	width: 100%;

	font-family: "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	margin: 0;
	padding-left: 20px;

	color: #183B8F;
}

.article-block {
	position: relative;
	width: 100%;
	height: fit-content;
	padding: 32px;

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

	border: 2px dashed #C2F0D2;
	border-radius: 16px;
}

.article-block--1 {
	padding: 20px;
	gap: 30px;
}

.article-block--2 {
	width: calc(50% - 12px);
	height: auto;
	flex-direction: column;
	gap: 30px;
	padding: 20px 20px 27px 20px;
}

.article-block--3 {
	width: calc(50% - 12px);
	height: auto;
	flex-direction: column;
	gap: 20px;
	padding: 20px 14px 0px 14px;
}

.article-block--note {
	padding: 33px 40px;
	gap: 24px;
	border: 2px dashed rgba(243, 112, 95, 0.3);
}

.article-block__title {
	position: relative;
	font-family: "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	margin: 0;

	color: #183B8F;
}

.article__wrap .article-block__text {
	position: relative;

	font-family: "RotonReg", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin: 0;
	color: #444444;
}

.article-block__image {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
}

.article-block__icon {
	position: relative;
	min-width: 60px;
}

.article-block__image--2 {
	max-width: 243px;
}

.article-block__text-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.article-list {
	position: relative;
	margin: 0;
}

.article__wrap .article-list__text {
	position: relative;

	font-family: "RotonReg", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin: 0;

	color: #444444;
}

.article-footer {
	position: relative;
	width: 100%;
	height: fit-content;
}

.article__wrap .article-footer__text {
	position: relative;

	font-family: "RotonReg", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	text-align: justify;

	color: #444444;
}

@media (max-width: 659px) {
	.article-block--1 {
		flex-direction: column;
		padding-bottom: 0;
	}

	.article-block--2 {
		width: 100%;
	}

	.article-block--3 {
		width: 100%;
		padding-bottom: 0;
	}
}

@media (max-width: 559px) {

	.article__wrap h5 {
		font-size: 14px;
		line-height: 130%;
	}

	.article-header {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
		border-radius: 0;
		padding: 20px 30px;
		gap: 4px;
	}

	.article-header__image {
		max-width: 111px;
		bottom: -20px;
	}

	.article__wrap .article-header__text {
		font-size: 12px;
		line-height: 130%;
	}

	.article-title-number {
		font-size: 14px;
		line-height: 130%;
	}

	.article-block {
		padding: 20px;
	}

	.article-block--note {
		gap: 8px;
	}

	.article-block--1 {
		padding-bottom: 0;
	}

	.article-block--3 {
		padding-bottom: 0;
	}

	.article-block__title {
		font-size: 14px;
		line-height: 130%;
	}

	.article__wrap .article-block__text {
		font-size: 12px;
		line-height: 130%;
		padding-left: 0;
	}

	.article__wrap .article-list__text {
		font-size: 12px;
		line-height: 130%;
	}

	.article-block__icon {
		min-width: 20px;
		width: 20px;
		height: 20px;
	}

	.article__wrap .article-footer__text {
		font-size: 10px;
	}
}

@media (max-width: 459px) {
	.article-title-number br {
		display: none;
	}
}