#popupMeetTheTeam
{
	background-color: white;
	padding: 40px;
}
#MeetTheTeamLogo
{
	width: 165px;
    margin: 20px 0px 0px 20px;
}

#MeetTheTeamLogo img
{
	width: 100%;
    height: auto;
}
#popupMeetTheTeam h2
{
	padding: 10px 20px;
	font-size: 95%;
	text-align: center !important;
}

#popupMeetTheTeam h3
{
	padding: 0px 0px 10px 0px !important;
    margin: 0px;
	font-size: 100% !important;
}

#teamMembers
{
	padding: 10px 20px;
}

#teamMembers li
{
	list-style-type: none;
	display: flex;
    flex-direction: row;
	padding-bottom: 75px;
}

.teamMember
{
	min-width: 150px;
	max-width: 150px;
    height: 150px;
    margin-right: 30px;
    border-radius: 75px;
	border: 1px solid black;
	border: 1px solid var(--main-ui-color-border);
}

.teamMember img
{
	width: 100%;
    height: auto;
}

.meetTheTeamSpan
{
	padding: 0px;
}

#meetTheTeamSpan h2
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	text-align: center !important;
	height: 100%;
	width: 100%;
}