@charset "utf-8";
.wrapper #third {
	padding-top: 32px;
}
.wrapper #third h1 {
	text-align: center;
}

.wrapper #third h2 {
	text-align: center;
	font-size: 24px;
	line-height: 31px;
	color: #4F4F4F;
}
.wrapper #third h1::after{
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
}
.wrapper .third_inner {
	display:flex;
	flex-direction: row;
	justify-content:space-around;
	flex-wrap: wrap;
}
.wrapper .third_inner .logos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 800px;
}
.third_inner .logos .img {
	margin: 10px;
}.wrapper .coordinator {
	margin-top: 96px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 263px;
	color: #4F4F4F;
	font-size: 21px;
	font-weight: 700;
}
.wrapper .coordinator h4 {
	line-height: 38px;
	margin-bottom: -42px;
}
.wrapper .coordinator h4::after{
	
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	
}
