.leadership-slider .flex-slide {
	display: flex;
	visibility: visible;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	padding-inline: 32px;
	height: 100%;
	-webkit-box-pack: start;
	justify-content: start;
	min-height: 418px;
}

.leadership-slider .image-col {
	background-color: rgb(238, 238, 238);
	overflow: hidden;
	position: relative;
	aspect-ratio: 1 / 1;
	flex-basis: 39%;
	flex-shrink: 0;
	order: -1;
	margin-bottom: 32px;
	border-radius: 50%;
	min-width: 163px;
}

.leadership-slider .image-col img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0px;
}

.leadership-slider .heading h2 {
	margin: 0px;
	margin-block-end: 8px;
	font-family: "Abril Fatface";
	font-size: 24px;
	line-height: 1;
	color: rgb(38, 38, 38);
}

.leadership-slider .designation {
	font-weight: normal;
	font-family: Montserrat;
	color: rgb(51, 51, 51);
	margin-bottom: 24px;
}

.leadership-slider .top-title h2 {
	font-family: 'Abril Fatface', 'Abril Fatface Fallback';
	font-size: 48px !important;
	text-align: center;
}

.leadership-slider {
	padding-inline: 45px;
	padding-top: 0;
}

.leadership-slider .slick-prev:before {
	content: '\f104';
	font-family: FontAwesome !important;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	font-size: 46px;
	color: #000;
	!i;!;
	opacity: 1;
}

.leadership-slider .button-wrapper a {
	font-weight: 700;
	background-color: #000;
	border-color: #000;
	border-radius: 3px;
	border-width: 0;
	color: #fff;
	font-size: 14px;
	padding: 16px 0px;
	display: inline-block;
	border-radius: 5px;
	min-width: 150px;
}

.leadership-slider .slider-items {
	padding-top: 32px;
}

.leadership-slider button.slick-prev.slick-arrow {
	left: 0;
	z-index: 99;
}

.leadership-slider .slick-next:before {
	opacity: 1 !important;
	content: '\f105';
	font-family: FontAwesome !important;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 45px;
}

.leadership-slider .slick-next {
	right: 0;
}

@media(max-width:767px){
	.leadership-slider .top-title h2 {
		font-size: 38px !important;
	}

	.leadership-slider {
		padding: 0;
	}
}