#info-main {
	overflow: hidden;
}

.team-memberCard {
	display: flex;
	flex-direction: row;
	background-color: #fff;
	border-radius: 10px;
	border: 1.5px solid #dbe6e9;
	overflow: hidden;
}

.team-memberCard:not(:last-of-type) {
	margin-bottom: 30px;
}

.team-memberText {
	padding: 20px;
	flex: 0.7;
	min-width: 0;
}

.team-memberText h2 {
	margin-top: 10px;
	margin-bottom: 5px !important;
}

.team-memberImage {
	margin-left: auto;
	max-width: 350px;
	height: auto;
	flex: 0.3;
	flex-shrink: 1;
	min-width: 20px;
	object-fit: cover;
}

@media (min-width: 900px) {
	.team-memberText {
		flex: initial;
	}

	.team-memberImage {
		flex: initial;
	}
}
