.block-contact {
	display: grid;
	gap: 32px;
}

.block-contact__image {
}

.block-contact__content {

}

/* special 'you are contacting' section that only shows when someone has clicked the contact button under a person's bio in the people listing block */
.block-contact__you-are-contacting {
	margin-bottom: 40px;
}

.block-contact__you-are-contacting-inner {
	max-width: 300px;
	margin-top: var(--wp--custom--layout--block-gap);
}

.block-contact__you-are-contacting-title {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--custom--typography--heading--font-size);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	color: var(--wp--preset--color--primary);
	margin: 0;
}

.block-contact__you-are-contacting-name {
	font-weight: 700;
	margin-top: var(--wp--custom--layout--block-gap);
}

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

@media only screen and (min-width: 768px) {
	.block-contact {
		grid-template-columns: 1fr 2fr;
	}
}
