/*
	Created by Michael Schuijff <michael@reglobe.nl>
	Copyright Lost Images, The Netherlands
	
	For more information, visit www.michaelschuijff.nl
*/

.contact-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.contact-page h2 {
	font-size: 22px;
	margin-bottom: -6px;
}
.contact-page img {
	max-width: 280px;
}
