.about_hero_box {
	background-color: #fcf8f2;
	padding: 60px 0 56px;
}

.about_hero_box em {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.about_hero_box p {
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 30px;
}

@media screen and (max-width:1030px) {
	.about_hero_box {
	}

	.about_hero_box em {
	}

	.about_hero_box p {
	}
}

@media screen and (min-width:768px) {
	.about_hero_box {
	}

	.about_hero_box em {
	}

	.about_hero_box p {
	}
}

@media screen and (max-width:767px) {
	.about_hero_box {
		margin-left: 24px;
		margin-right: 24px;
		padding: 42px 0 32px;
	}

	.about_hero_box em {
	}

	.about_hero_box p {
	}
}