.team {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.member {
	padding: 20px;
    max-width: 250px;
	width: 250px;
}

.member-roles {
    text-align: center;
}

.member-details {
    text-align: center;
}

.member-name {
    text-align: center;
    font-size: 20pt;
    vertical-align: bottom;
    display: inline-block;
    align-content: center;
    margin: auto;
    width: 100%;
}

.member-icon-wrap {
	text-align: center;
}

.member-icon {
	border-radius: 50%;
    width: 150px;
    height: 150px;
	object-fit:cover;
}

.member-contacts {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.member-contact {
    padding: 10px;
    padding-bottom: 0px;
}

.member-contact-link .member-contact-icon {
	color: inherit;
	font-size: 18px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #00319F;
	border-radius: 50%
}