.concept {
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}

.concept__content {
	width: 980px;
	margin: 20px auto;
	text-align: left;
	border-bottom: 1px solid #000;
}
.concept__content h3{
	font-size: 30px;
}
.concept__content p {
	font-size: 20px;
	margin: 20px 0;
	text-indent: 1em;
	line-height: 1.4;
}
.map {
	margin-bottom: 20px;
}
@media screen and (max-width:980px) {
	.concept__content {
		width: 90%;
	}
	.concept__content h3{
		font-size: 25px;
	}
	.concept__content p {
		font-size: 18px;
	}
	.map {
		width: 90%;
	}
}
/* @media screen and (max-width:640px) { 

} */