#meet_the_team {
	background-image: url('../images/meet_team/Banner.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

#meet_the_team .our_team {
	width: 100%;
	text-align: center;
	padding: 21%;
}

#meet_the_team .our_team h2 {
	font-size: 50px;
	color: white;
	text-transform: uppercase;
}

#we_are_here_for .we_are_here_for_heading {
	padding-top: 6%;
}

#we_are_here_for .we_are_here_for_heading h3 {
	margin-bottom: 40px;
}

#we_are_here_for .we_are_here_for_heading P {
	margin-bottom: 40px;
	font-size: 22px;
	color: #000000;
}

#we_are_here_for .we_are_here_for_team_images {
	padding: 1%;
}

.we_are_here_for_team_images {
	display: flex;
	flex-wrap: wrap;
}

.we_are_here_team {
	width: calc(100% /3 - 60px);
	margin-bottom: 50px;
	margin-right: 60px;
}

#we_are_here_for .we_are_here_for_team_images .we_are_here_team .team_name h5 {
	text-align: center;
	color: #1675bb;
	text-transform: uppercase;
	font-size: 23px;
	letter-spacing: 2px;
}

#we_are_here_for .we_are_here_for_team_images .we_are_here_team .team_details a {
	text-align: center;
	color: #000000 !important;
	font-size: 18px !important;
}

#we_are_here_for .we_are_here_for_team_images .we_are_here_team .team_designation h6 {
	text-align: center;
	color: #000000;
	font-size: 20px;
	font-family: 'Futura PT Demi';
}

.team_img img {
	width: 100%;
}


/* 15-11-19 */

.we_are_here_for_team_images {
	padding-top: 30px;
}

.product_innerpage_heading .we_are_here_for_team_images .we_are_here_team .team_img .team_name h5 {
	margin: 0;
	margin-top: 20px;
}

.product_innerpage_heading .we_are_here_for_team_images .we_are_here_team .team_img .team_designation h6 {
	margin: 0;
}

.product_innerpage_heading .we_are_here_for_team_images .we_are_here_team .team_img .team_details a {
	margin: 0;
}
