#section-page h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
}

#bestuursleden {
	position: relative;
	margin-bottom: 20px;
}

#bestuursleden:after {
	content: '';
	display: block;
	clear: both;
}

#bestuursleden .bestuurslid {
	float: left;
	width: calc(20% - 10px);
	margin: 5px;
	position: relative;
	text-align: center;
}

.bestuurslid-image {
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.bestuurslid-image:after {
	content: '';
	display: block;
	padding-bottom: 125%;
}

.bestuurslid-naam {
	font-weight: 400;
}

.bestuurslid-rol {
	
}