.peopleGroup {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #f1f1f1;
}
.peopleGroup h2 {
	margin-top: 0;
	font-size: 36px;
}	

.peopleGroup:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}