.Content_Service{
	position: relative;
	border: 10px solid #BBB;
	border-left-width: 0;
	border-right-width: 0;
	min-height: 400px;
	background-color:  #f9f9f9;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	top: 100px;
}

.img_content{
	width: 260px;
	height: 140px;
	background-color: #999;
	display: inline-block;
	margin: 30px 20px 20px 10px;

}

span{
	color: #00a0d5;
	display: block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 28px;
	text-decoration: underline;
}

p{
	font-family: sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	word-spacing: 1.6px;
	text-align: justify;
	padding: 0 85px 0 85px;
	color: #666;
}

.images{
	width: 100%;
	height: 100%;
	margin: 0;
}