#top_image
{
	width:100%;
	margin-top:20px;
	min-height:80px;
}

#center_service h2
{
	font-size:1.3em;
	margin-top:35px;
	font-family:Roboto,"sans-serif",serif;
}


#center_service h2:before
{

	content:"\f0a9";
	font-family:fontawsome;
	color:green;
	padding-right: 10px;

}


#center_service p
{
	margin-top:8px;
	font-family:"Roboto Slab",Roboto,"sans-serif",serif;
	font-size:0.9em;
}
#text
{
	display:inline-block;
	vertical-align:top;
	width:58%;
}
#right_side_image
{
	width:40%;
	margin-left:4px;
	height:auto;
	margin-top:35px;
	max-height:450px;
	
}
@media screen and (max-width: 700px)
{
	#text
	{
		width:98%;
	}
	#right_side_image
	{
		display:none;
	}
}