.contactMain{
	text-align: center;
	padding-bottom: 40px;
}
.contactMain h1{
	font-size: 30px;
	color: #333;
	padding-bottom: 20px;
	padding-top: 30px;
}
.contactMain h2{
	line-height: 2em;
	font-size: 18px;
	max-width: 900px;
	display: inline-block;
	color: #777;
	font-weight: normal;
	padding-bottom: 20px;
	position: relative;
}
.contactMain h2:before{
	background:#ccc;
	height: 1px;
	width: 50px;
	position: absolute;
	left: -100%;
	top: 18px;
	margin-left: -10px;
	content: '';
}
.contactMain h2:after{
	background:#ccc;
	height: 1px;
	width: 50px;
	position: absolute;
	right: -100%;
	top: 18px;
	margin-right: -10px;
	content: '';
}
.frameworkArea{
	padding: 20px;
	background: #fff;
	border-radius: 3px;
}
.frameworkArea>img{
	width: 100%;
	border-radius: 3px;
}