/*------------------------------
about_us
------------------------------*/

h1{
  margin-top:-15px;
}

#about_us{
	width:100%;
	margin:0;
	padding:15px 20px;
	background:#edf8ff;
	border-radius: 6px;
    box-sizing: border-box;
}

#about_us h2{
	width:100%;
	line-height:1.7;
	font-size: 16px;
	font-weight: bold;
	color:#1e94d8;
}

#about_us p{
margin: 0;
}