.article {
	background-image: url("../../../../assets/article_back.webp");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-bottom: 170px;
}

.article h3 {
	line-height: 34px;
}

.article .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	grid-gap: 140px;
	margin-top: 60px;
	margin-bottom: 0;
}

.article .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 25px;
	width: 100%;
}

.article .content_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 10px;
}

.article .link_main {
	font-size: 20px;
}

.article ul {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
	grid-gap: 20px;
}

.article ul li {
	margin-top: 5px;
}

.head_img {
	max-width: 600px;
}

.head_img img {
	width: 100%;
}

@media screen and (max-width: 1240px) {
	.article {
		padding-bottom: 70px;
	}

	.article .container {
		flex-direction: column-reverse;
		grid-gap: 30px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 668px) {
	.article .container {
		margin-bottom: 0;
	}

	.head_img {
		width: 100%;
	}

	.head_img img {
		width: 100%;
	}
}