/*
 * Visual
 */

/* Desktop + base */

.person {
	background:		#EEE;
	padding-top:		20px;
	padding-bottom:		20px;
	margin-bottom:		20px;
	min-height: 231px;
}

.person 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 {
		
	}
}
