.team {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;

	min-height: 450px;
	border-radius: 20px;
}


.teamOne {
	background-image: url('../img/team1.jpg');

}

.teamTwo {
	background-image: url('../img/team2.jpg');
}

.teamThree {
	background-image: url('../img/team3.jpg');
}


.whtTxt {
	color: white;
	font-family: 'Inter',sans-serif;
	margin: 10px 0px;
}