.hs-talent-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 2rem;
}

.hs-talent-card__headshot {
	aspect-ratio: 3 / 4;
	overflow: hidden;
	margin-bottom: 1rem;
}

.hs-talent-card__headshot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hs-talent-card h4,
.hs-talent-card h5 {
	margin-top: 0;
	margin-bottom: 0.5rem !important;
	padding-top: 0;
	padding-bottom: 0;
}
