.exames_servicos{
}
.exames_servicos ul li{
	margin-bottom:40px;
}
.exames_servicos ul li figure{
	float:left;
	padding:0;
	margin:0 20px 0 0;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	width:200px;
	height:200px;
	overflow:hidden;
	position:relative;
	z-index:9999;
} 
.exames_servicos ul li figure img{
	float:left;
	width:150%;
	height:150%;
	margin-top:-50px;
}
.exames_servicos ul li span{ 
	font-size:1.25rem;
	color:#757575;
    font-family: 'roboto_condensedregular';
	text-transform:uppercase; 
	position:relative;
	top:15px;
}
.exames_servicos ul li p{
	text-align:left;
	line-height:20px;
	width:100%; 
	position:relative;
	top:20px;
}