#presentation {
	display: flex;
}

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

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

#presentation .content .title {
	margin-bottom: 1em;
	font-size: 1.5em;
	display: flex;
	justify-content: center;
}

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

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

#presentation .content div {
	margin-bottom: 1em;
	text-align: center;
	font-size: 0.9em;
}