/*
 * Visual
 */

/* Desktop + base */

.serviceInfo {
	background:		#EEE;
	padding:		20px;
	margin-bottom:		20px;
	text-align: 		center;
}

.serviceInfo h3 {
	margin-top:		10px!important;
}



/* Mobile */
@media screen and (max-width: 767px) {
	
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
}

/* Small desktop */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.person {
		
	}
}

/* Desktop */
@media screen and (min-width: 1199px) {
	.person {
		
	}
}

a, a:hover, a:active, a:focus{
	text-decoration: none;
}