.contact-person {
	padding: 3.2rem;
	color: white;
}

.contact-person h3 {
	color: white;
	margin: 0;
}

.contact-person__image img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.contact-person__title {
	text-transform: uppercase !important;
	color: white !important;
}

.contact-person__contact a {
	color: var(--primary);
	text-decoration: underline;
	line-break: anywhere;
}
