.servicos{
	height: 140px;
	background-image: url(imgs/back-line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 25px;
}

.servicos img{
	float: left;
	margin-right: 20px;
}	

.servicos h3{
	font-family: "Continuum Medium", Arial;
	color: #231f20;
	text-decoration: none;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 5px;
	display: block;
}

.servicos h3 a:hover{
	text-decoration: underline;
}

.servicos p{
  font-family:Helvetica, Arial;
  font-size:16px;
  line-height:23px;
}

.servicos p a{
	color: #F15B2D;
	text-decoration: none;
}

.servicos p a:hover{
	text-decoration: underline;
}