article#content {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section {
	box-sizing: border-box;
	flex-basis: 50%;
	padding: 0 0.5rem;
	margin-bottom: 0;
}