#news {
	display: flex;
}

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

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

#news .content .title {
	margin-bottom: 2em;
	font-size: 1.5em;
}

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

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

#news .content .event .year {
	font-style: italic;
	font-weight: bold;
}

#news .content a {
	text-decoration: none;
	display: block;
	color: #3465a4;
}
