.prev-event-list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.prev-event.archived {
	margin-right: 2.5%;
	width: 30.5%;
}
.prev-event.archived:last-child {
	margin-right: 0;
}
.prev-event-title {
	line-height: 1.25;
}

@media screen and (max-width: 786px) {
	.prev-event.archived {
		margin-bottom: 2em;
		width: 100%;
	}
}