/*==================================================
  leadership
==================================================*/
#team-section-1 .text-wrap {
	height: 583px;
	justify-content: flex-start;
	align-items: center;
}
#team-section-1 .text-wrap h1 {
	color: white;
	font-family: 'AvenirNextLTProBold';/*AvenirNextLTPro-Bold*/
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: left;
	/*display: none;*/
}
#team-section-1 .text-wrap h1 .bg-red {
	padding-left: 10px;
}
#team-section-2 {
	background: #fafafa;
}
#team-section-2 .container {
	padding-top: 70px;
	padding-bottom: 75px;
}
#team-section-2 .container h2 {
	color: #aeaaaa;
	font-family: 'AvenirNextLTProDemi';/*AvenirNextLTPro-Demi*/
	font-size: 21px;
	line-height: initial;
	text-align: center;
	text-transform: uppercase;
	max-width: 690px;
	margin: 0 auto 50px;
}
#team-section-2 .container h3 {
	font-family: 'superclarendonlt'; /*Superclarendon-Lt*/
	font-size: 30px;
	line-height: 39px;
	text-align: center;
	max-width: 690px;
	margin: auto;
}
#team-section-3 .block {
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 5%;
	padding: 120px 8% 85px;/*11%*/
	border-bottom: 1px solid #dcdcdc;
}
#team-section-3 .block:last-child {
	padding-bottom: 130px;
	border: none;
}
#team-section-3 .block-left {
	width: 304px;
	height: 268px;
}
#team-section-3 .block-left img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
#team-section-3 .block-right h2 {
	font-family: 'Superclarendon-Rg-Bold';
	font-size: 35px;/*36px*/
	line-height: 60px;
	color: #482d8c;
}
#team-section-3 .block-right h2 span {
	font-family: 'AvenirNextLTProDemi';
	font-size: 25px;
	line-height: 42px;
}
#team-section-3 .block-right h3 {
	font-family: 'AvenirNextLTProDemi';
	font-size: 18px;
	line-height: 30px;
	color: #482d8c;
	text-transform: uppercase;
	margin-bottom: 50px;
}
#team-section-3 .abriviation {
	font-size: 26px !important;
}
#team-section-4 {
	background: #ef5323;
}
#team-section-4 .container {
	padding-top: 80px;
	padding-bottom: 70px;
	text-align: center;
	color: white;
}
#team-section-4 .container h2 {
	margin-bottom: 40px;
}
#team-section-4 .container p {
	margin: 0 auto 20px;
	max-width: 55%;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#team-section-2 .container,
	#team-section-4 .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#team-section-2 .container h3,
	#team-section-4 .container p {
		max-width: 100%;
	}
	#team-section-3 .block {
		grid-template-columns: 1fr;
		padding: 30px 0 30px;
	}
	#team-section-3 .block:last-child {
		padding-bottom: 30px;
	}
	#team-section-3 .block-right h3 {
		margin-bottom: 30px;
	}
}
