/* header styling */
#about-header{
	background-image:url("../images/header/about.jpg");
}
#a-about .left .founder{
	margin-top:30px;
}
#a-about .left .founder img{
	width:60px;
	height: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
#a-about .left .founder p{
	margin: 0;
	line-height: 60px;
}
#a-about .right{
	overflow: hidden;
}
#a-about .right img{
	width:100%;
}

@media(max-width:991px){
	#a-about .right{
		margin-top:30px;
	}
}
@media(max-width:295px){
	#a-about .left .founder{
		text-align: center;
	}
	#a-about .left .founder img{
		float: none;
	}
	#a-about .left .founder p{
		display: block;
		clear: both;
	}
}