.about-section {
	padding: 2em 0 0 0;
}
.about-banner {
	display: block;
	width: 96%;
	margin: 0 0 2em 0;
}
.about-box {
	width: 1141px;
	min-height: 645px;
	background: #111111;
	border-radius: 12px;
	padding: 4em 3em 3em 5.85em;
	margin: 0 auto;
}
.about-title {
	color: #fff;
	font-size: 28px;
	font-family: 'NotoSans-Bold', sans-serif;
	text-align: center;
	margin: 0 0 0.3em 0;
}
.about-subtitle {
	color: #ffc600;
	font-size: 16px;
	font-family: 'NotoSans-Bold', sans-serif;
	text-align: left;
	margin: 0 0 1.5em 0;
}
.about-content {
	color: #cfcfcf;
	font-size: 14px;
	font-family: 'NotoSerif-Regular', serif;
	line-height: 1.8em;
	text-align: left;
}
.about-content p {
	margin-bottom: 3.0em;
}
.about-content h3 {
	color: #fff;
	font-size: 16px;
	font-family: 'NotoSans-Bold', sans-serif;
	margin: 3.0em 0 1.6em 0;
}
.about-content h3:first-child {
	margin-top: 0;
}
.about-email {
	margin-top: 1.5em;
}

@media (max-width: 1200px) {
	.about-box {
		width: 100%;
	}
}

/* copyright footer */
.copyright {
	padding: 1em 0 2em 0;
	text-align: center;
	padding-right: 120px;
}
.copyright p {
	color: #666;
	font-size: 15px;
	font-family: "NotoSans-Regular", sans-serif;
	margin: 0;
}
