.member-heading  {
	text-align: center;
	font-size: large;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 1px;
	background-color: #A59A76;
}

.member-card-wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
}
.member-card {
	flex: 0 0 auto;
	display: block;
	max-width: 320px;
	margin-right: 32px;
	margin-bottom: 32px;
}
@media screen and (max-width: 703px){
	.member-card {
		margin-right: 0;
	}
}

.member-card .person-icon {
	height: auto;
	width: 216px;
	max-width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
}
.member-card-contact-info {
	margin-left: 32px;
	margin-right: 32px;
}

.trustees-wrapper {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}
.trustees-wrapper .member-card .person-icon {
	width: 108px;
}

.trustees-wrapper .member-heading {
	margin-bottom: 16px;
}
.trustees-wrapper .member-card-contact-info {
	margin-left: 24px;
	margin-right: 24px;
}