#popupMeetTheTeam h2
{
	padding: 10px 20px !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;
}