.wp-block-custom-meet-the-team .team-grid,
.meet-the-team-block .team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	align-items: start;
}

.wp-block-custom-meet-the-team .team-item__image-link,
.meet-the-team-block .team-item__image-link {
	display: block;
	text-decoration: none;
}

.wp-block-custom-meet-the-team .team-item__image,
.meet-the-team-block .team-item__image {
	display: block;
	width: 100%;
	height: auto;
}

.wp-block-custom-meet-the-team .team-item__title,
.meet-the-team-block .team-item__title {
	margin: 12px 0 0;
	font-size: 1.5rem;
	line-height: 1.15;
}

.wp-block-custom-meet-the-team .team-item__title a,
.meet-the-team-block .team-item__title a {
	color: inherit;
	text-decoration: none;
}

.wp-block-custom-meet-the-team .team-item__title a:hover,
.meet-the-team-block .team-item__title a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.wp-block-custom-meet-the-team .team-grid,
	.meet-the-team-block .team-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}
