@charset "utf-8";

.content-aboutus ol {
	padding: 0 15px;
}
.content-aboutus-text p {
	font-size: 1.1em;
	line-height: 1.6em;
}
.content-aboutus-img {
	position: relative;
	height: 300px;
	padding: 30px;
}
.content-aboutus-img h4{
	color: #fff;
}

@media all and (max-width: 767px) {
	.content-aboutus-img {
		height: 200px;
		overflow: hidden;
	}
	.content-aboutus-img img {
		float:left;
		margin: 0;
	}
}
.content-aboutus .aboutus-img-text {
	position:absolute;
	top: 45px;
	left: 13%;
	width: 80%;
	text-align: right;
}
.aboutus-img-text h3 {
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
}
.aboutus-img-text p {
	font-size: 15px;
	line-height: 1.3em;
	color: #fff;
	text-align: left;
}