/*meet-spotex*/
.meet-spotex-section {
	position: relative;
	padding: 110px 0 0 0;
	overflow: hidden;
}
.meet-spotex-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/images/wave.jpg") no-repeat center center;
    background-size: cover; /* or contain if your image is an illustration */
    z-index: -1;
}
.meet-spotex-item {
	padding: 15px 0 60px;
	margin-bottom: 60px;
}

.meet-spotex-image {
	width: 100%;
	max-width: 100px;
	height: auto;
	display: block;
	border-radius: 18px;
}


/*leadership*/
.leadership-section {
	position: relative;
	padding: 110px 0;
	background: #f7f9fc;
}

.leadership-item {
	padding: 0 0 42px;
	margin-bottom: 42px;
}

.leadership-grid {
	display: flex;
	align-items: flex-start;
	gap: 44px;
}

.leadership-media {
	flex: 0 0 320px;
	max-width: 320px;
	min-width: 320px;
}

.leadership-image {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center top;
	display: block;
	border-radius: 18px;
}

.leadership-content {
	flex: 1;
	min-width: 0;
	padding-top: 6px;
}

.leadership-top {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(4, 57, 94, 0.10);
}
