.advisory-board-section {
	max-width: 1200px;
	margin: 50px auto;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.advisory-board-section-new {
	max-width: 1200px;
	margin: 50px auto;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.advisory-board-banner {
	background: transparent linear-gradient(92deg, #1268ca 0%, #4dd513 100%) 0% 0%
		no-repeat padding-box;
	padding: 10px;
	text-align: center;
}

.advisory-board-banner h3 {
	color: white;
	margin: 0;
	font-size: 20px;
font-weight:600;
}

.advisory-board-content {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.advisory-board-content img {
	max-width: 380px;
	height: auto;
	border-radius: 8px;
	margin-right: 20px;
}

.advisory-board-text {
	flex: 1;
}

.advisory-board-text h2 {
	color: black;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 5px;
font-weight:700;
}

.advisory-board-text h4 {
	color: #808080;
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

.advisory-board-text p {
	font-size: 17px;
	line-height: 1.5;
	margin: 10px 0;
}

.quote-our-team {
	font-size: 15px;
	font-style: italic;
	color: #717171;
	margin-top: 1px;
	line-height: 1.6;
	padding: 0px 20px;
}

.governance-section,
.management-section {
	max-width: 1200px;
	margin: 50px auto;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.governance-banner,
.management-banner {
	background-color:#009848;
	padding: 10px;
	text-align: center;
	margin: 0px 0px 15px;
}

.governance-banner h3,
.management-banner h3 {
	color: white;
	margin: 0;
	font-size: 20px;
}

.governance-content {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	gap: 20px;
}

.management-content {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	gap: 70px;
}

.governance-member {
	flex: 1 1 calc(25% - 20px);
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}

.management-member {
	flex: 1 1 calc(25% - 70px);
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	text-align: left;
}

.governance-member img {
	width: auto;
	height: auto;
	
}

.management-member img {
	width: 250px;
	height:250px;
border-radius:50%;

margin-right:auto;
}

.member-info {
	text-align: left;
}

.member-info h4{
	text-align: left;
}
.governance-member{
color:black;
}

 .member-info h3 {
	color: #000000;
	margin: 20px 0 10px;
	font-weight: 700;
	
	font-size: 22px;

}

.management-member .member-info h3 {
	color: #000000;
	margin: 10px 0;
	font-weight: 700;
	margin: 20px 0px 15px 0px;
	font-size: 22px;
}

.member-info h4 {
	color: #707070;
	font-weight: normal;
	margin: 00px 0px 20px;
	font-weight: 600;
	line-height: 1.4;
	font-size: 18px;
}

.member-info p {
	font-size: 15px;
	line-height: 1.5;
	color: #000000;
margin-bottom:15px;
}

.member-info-governance h4 {
	color:#707070;
	font-weight: normal;
	margin: 10px 0px 10px;
	font-weight: 600;
	line-height: 1.4;
	font-size: 17px;
text-align:left;
}

.member-info-governance h3 {
	font-size: 18px;
	line-height: 1.5;
	 color: black;
margin-top:0px;
font-weight:700;
text-align:left;
}

.team-section {
	max-width: 1200px;
	margin: 50px auto;
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	text-align: left;
	padding:0px 10px 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.team-banner {
	color: #1268ca;
	margin: 0;
	font-size: 24px;
	margin-bottom: 20px;
font-weight:600;
}

.team-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 40px;
}

.team-member {
	flex: 1 1 calc(25% - 40px);
	max-width: calc(25% - 40px);
	text-align: center;
}

.team-member img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}

.team-member h3 {
	color: black;
	margin: 10px 0 5px;
}

.team-member h4 {
	color: #707070;
	font-weight: normal;
	margin: 3px 0px;
	font-weight: 600;
	line-height: 1.4;
	font-size: 16px;
}

.expertise-section {
	max-width: 1200px;
	margin: 50px auto;
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	padding: 0px 0px 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.expertise-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}

.expertise-item {
	flex: 1 1 calc(33.333% - 80px);
	max-width: calc(33.333% - 80px);
	text-align: center;
}

.expertise-item img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 10px;
}

.expertise-item h4 {
	color: #000000;
	margin: 10px 0 5px;
	font-weight: 600;
	font-weight: 20px;
}

.expertise-item p {
	color: #000000;
	margin: 0;
	font-weight: 16px;
}

@media (max-width: 768px) {
	.advisory-board-content {
		flex-direction: column;
	}

	.advisory-board-content img {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.governance-content,
	.management-content {
		flex-direction: column;
		align-items: center;
		padding: 20px 0px;
	}

	.management-content img {
		height: auto;
	}

	.governance-member,
	.management-member {
		flex: 1 1 100%;
		max-width: 90%;
	}

	.team-section {
		padding: 10px;
	}
	.team-member {
		flex: 1 1 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.expertise-content {
		gap: 20px;
	}
	.expertise-section {
		padding: 10px 10px 10px 10px;
	}

	.expertise-item {
		flex: 1 1 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
	.advisory-board-banner {
		width: auto;
		margin: 30px 10px;
	}

.advisory-board-section-new {
	
	margin: 10px auto;
	
}
.padding-text-we-help-with{
padding:10px;
}
}
