.mission .article {
	margin-top: 80px;	
}

.mission .article__list {
	margin: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 64px;
}

.article__list > .text {
	padding: 0 32px;
	width: 100%;
	margin-bottom: 28px;
}

.mission .article__list p {
	margin-bottom: 28px;
	line-height: 23.2px;
}

.mission .article__col {
	display: flex;
	align-items: center;
	max-width: 542px;	
	padding: 0;
}

.article__col > img {
	width: 100%;
}

