.block-people-listing {

}

.block-people-listing__item-image {
	display: block;
	margin-bottom: 16px;
}

.block-people-listing__item-image img {
	border-radius: 11px;
	width: 100%;
}

.block-people-listing__item-name {
	font-weight: 400;
	font-size: var(--wp--preset--font-size--x-large);
}

.block-people-listing__item-job-title {
	font-size: var(--wp--preset--font-size--large);
	margin-top: 2px;
}

.block-people-listing__item-content {
	margin-top: var(--wp--custom--layout--block-gap);
}

.block-people-listing__item-footer {
	margin-top: 24px;
}

.block-people-listing footer {
	margin-top: 40px;
}



@media only screen and (max-width: 767px) {

	.block-people-listing__item-image {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.block-people-listing__item {
		margin-bottom: 40px;
	}

}

@media only screen and (min-width: 768px) {
	.block-people-listing__items {
		display: grid;
		grid-template-columns: repeat( 3, 1fr );
		grid-column-gap: 5.65%;
		grid-row-gap: 80px;
	}
}
