/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2023 | 02:18:14 */
.content-cards--people .post-cards__item {
	background: transparent;
}

.content-cards--people .post-cards__item-link {
	display: none;
}

.content-cards--people .post-cards__item-image {
	height: 350px;
}

.content-cards--people .post-cards__item-content {
	padding: 20px 0 0;
	text-align: center;
}

.content-cards--people .post-cards__item-title {
	font-family: var(--main-font-family);
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0;
}

.content-cards--people .post-cards__item-text {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.content-cards--people .grid {
	grid-row-gap: 40px;
}

@media (max-width: 1023px) {
	.content-cards--people .post-cards__static-layout {
		grid-template-columns: repeat(2, 1fr);
	}
}