/* Leadership team section (page-leadership.php only) */

.leadership-team-section {
	padding-block: var(--section-pad);
}

.leadership-team-section__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 48px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.leadership-team-section__intro {
	max-width: 30em;
	color: var(--slate);
	margin: 0;
}

.leadership-team-section .leadership-cards {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
