.about-content
{
	width:60%;
	position:absolute;
	top:20px;
	left:20%;
	text-align:justify;
	background:#F2E2B0;
	opacity:.9;
	border-radius:20px;
	font-size:18px;
	font-family:Arial, sans-serif;
	color:darkbrown;
}
h2
{
	padding:0px 20px;
	color:green;
}
.about-row
{
	margin:40px 20px;
	height:200px;	
}
.about-content-left
{
	float:left;
	width:75%;
	line-height:30px;
}
.about-content-right
{
	float:right;
	width:75%;
	line-height:30px;
}
#about1 .about-image
{
	background:url(../image/people.jpg);
	background-size:cover;
	float:right;
}
#about2 .about-image
{
	background:url(../image/Glenn-Profile.jpg);
	background-size:cover;
	float:left;
}
#about3 .about-image
{
	background:url(../image/commercial.png);
	background-size:cover;
	float:right;
}
.about-image
{
	width:200px;
	height:200px;
	border-radius:100px;
}
