/* SERVICE BOX STYLE1 */

.serviceBox.style1 img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	
	max-width: 80%;
	margin: 0 auto;
	display: block;
}

.serviceBox.style1 h3 { 
	text-align: center;
	text-transform: uppercase;
}
.serviceBox.style1 p {
	color: #000; 
	text-align: center;
}

.serviceBox.style1 .shadow.shadow3 {
	height: 25px;
	margin-bottom: 0;
}

.corsi-box .serviceBox.style1 h3 { 
	font-size: 20px;
	line-height: 22px;
}