.team-leaders-grid-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
	max-width: calc(5 * 220px + 4 * 24px);
	margin: 0 auto;
}

.team-leaders-grid-item {
	flex: 0 0 300px;
	max-width: 300px;
	height: 100%;
}

.team-leaders-grid .team-leaders-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	margin: auto;
}

.team-leaders-grid.has-bg a {
	color: var(--off-white);
}

.team-leaders-grid.has-bg.bg-sand a,
.team-leaders-grid.has-bg.bg-soft-sage a {
	color: var(--off-black);
}

.team-leaders-grid .team-leaders-card-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	margin-bottom: 25px;
}

.team-leaders-grid .team-leaders-card-name {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: 6px;
}

.team-leaders-grid .team-leaders-card-role,
.team-leaders-grid .team-leaders-card-contact {
	font-size: 0.9rem;
	opacity: 1;
}
