#contact {
	display: flex;
	align-items: center;
}

#contact img {
	width: 100%;
	object-fit: cover;
}

#contact .content {
	max-width: 35%;
	padding: 2em 2em 1em 3em;
	text-align: center;
	font-style: italic;
}

#contact .content .title {
	margin-bottom: 1em;
	font-size: 1.5em;
}

#contact .content a {
	text-decoration: none;
	display: block;
	color: #3465a4;
	margin-bottom: 1em;
}

#contact .content p {
	line-height: 1.5em;
}

#contact .content p:not(:last-child) {
	margin-bottom: 1em;
}
