

div.aurora-team-members-list {
	width:100%;
	padding: 0 6%;
	height: auto;
	position: relative;
	
}

div.aurora-team-members-list .max-width {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap:Wrap;
	justify-content:flex-start;
	align-items: flex-start;
	list-style:none!important;
	padding:40px 3%;
	border-radius: 20px;
	background: #ffffff;
}

div.aurora-team-members-list .team-member-image {
	width: 100%;
	height: auto;
}

.team-member {
	width: 33%;
	padding: 0 1% 20px;
	height: 100%;	
}

.team-image {
	width: 100%;
	max-height: 300px;
	
}

.team-image img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.team-member-details {
	padding:15px 0;
}

.team-member-details h2 {
	font-size:1.3em;
	color: #002548;
	margin-bottom: 3px;
}

.team-member-details h3 {
	color: #2f2e37;
	font-size: 1.1em;
}

.team-member-details h4 {
	color: #2f2e37;
	font-size: 16px;
}

.team-member-details p {
	color: #2f2e37;
	font-size: 14px;
}

@media screen and (max-width:790px){
	.team-member {
		width: 50%;
	}
}

@media screen and (max-width:550px){
	.team-member {
		width: 100%;
	}
}