.theTeam{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-evenly;
	gap:0 40px;
}
.htmlModuleWrap{
overflow:visible;
}
.titleSection .pageTitle{
font-size:2em;
color:#343434;
}

.empFlex{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:0 20px;
}

.empName{
	margin: auto 0;
	font-size:16px;
}

@media screen and (max-width:1200px){
.pageTitle{
font-size:25px;
}
}

@media screen and (max-width:600px){
	.empFlex img {
		width: 50% !important;
	}
	.empFlex {
		justify-content:center;
		text-align:center;
		height: auto;
	}
.pageTitle{
font-size:20px;
}
}

@media screen and (max-width:400px){
	.empFlex{
		height: auto;
	}
}
