/* PCI SCC Leadership Team Section */
.pci-leadership-team {
	font-family: "Avenir Next", Sans-serif;
	padding: 0 5px;
}

.pci-leadership-team-wrapper {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 93px;
	row-gap: 10px;
}

.pci-leadership-team .pci-member-card {
	max-width: 164px;
}

/* PCI SCC Executive Committe Section */
.pci-executive-committee {
	font-family: "Avenir Next", Sans-serif;
}

.pci-executive-committee-wrapper {
	display: grid !important;
	grid-template-columns: repeat(6, 164px);
	grid-gap: 24px;
}

/* PCI SCC Board of Advisors Section */
.pci-board-of-advisors {
	font-family: "Avenir Next", Sans-serif;
}

.pci-board-of-advisors-wrapper {
	display: grid !important;
	grid-template-columns: repeat(6, 164px);
	grid-column-gap: 24px;
	grid-row-gap: 56px;
}

/* PCI Member Card */
.pci-member-card {
	font-family: "Avenir Next", Sans-serif;
}

.pci-member-card-image {
	margin: 0 0 11px 0 !important;
	padding: 0;
	height: 205px;
}

.pci-member-card-image img {
	border: 1px solid #CCCECF;
	filter: drop-shadow(0px 10px 20px rgba(83, 84, 84, 0.11));
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.pci-member-card-info {
	text-align: center;
}

.pci-member-card-info .member-name {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	color: #005F66;
	margin: 0 0 4px 0;
}

.pci-member-card-info .bod-logo-img {
	max-width: 120px;
	height: 70px;
	margin: 0 auto;
}

.pci-member-card-info .bod-logo-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.pci-member-card-info .member-designation {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	/* PCI SCC Leadership Team Section */
	.pci-leadership-team-wrapper {
		column-gap: 40px;
		row-gap: 24px;
	}
	.pci-member-card-info .member-name {
		font-size: 16px;
		line-height: 26px;
	}
	.pci-member-card-info .member-designation {
		font-size: 14px;
		line-height: 24px;
	}
	/* PCI SCC Executive Committe Section */
	.pci-executive-committee-wrapper {
		grid-template-columns: repeat(5, 164px);
	}
	/* PCI SCC Board of Advisors Section */
	.pci-board-of-advisors-wrapper {
		grid-template-columns: repeat(5, 164px);
	}
}

@media screen and (max-width: 800px) {
	/* PCI SCC Leadership Team Section */
	.pci-leadership-team-wrapper {
		column-gap: 30px;
		row-gap: 20px;
	}
	/* PCI SCC Executive Committe Section */
	.pci-executive-committee-wrapper {
		grid-template-columns: repeat(4, 164px);
	}
	/* PCI SCC Board of Advisors Section */
	.pci-board-of-advisors-wrapper {
		grid-template-columns: repeat(4, 164px);
	}
}

@media screen and (max-width: 767px) {
	/* PCI SCC Leadership Team Section */
	.pci-leadership-team-wrapper {
		column-gap: 20px;
		row-gap: 10px;
	}
	.pci-member-card-info .member-name {
		font-size: 14px;
		line-height: 24px;
	}
	.pci-member-card-info .member-designation {
		font-size: 14px;
		line-height: 24px;
	}
	.pci-member-card-info .bod-logo-img {
		max-width: 90px;
		height: 45px;
	}
	/* PCI SCC Executive Committe Section */
	.pci-executive-committee-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	/* PCI SCC Board of Advisors Section */
	.pci-board-of-advisors-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 30px;
	}
}

@media screen and (max-width: 390px) {
	.pci-member-card-image {
		height: 200px;
	}
	.pci-leadership-team-wrapper .pci-member-card {
		max-width: 140px;
	}
}
