.list {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#two-up {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 1rem;
}

#two-up :nth-child(n) {
	flex: 1 0 calc(var(--page-width) / 2 - 1rem);
	max-width: 20rem;
}

h2 {
	margin: 1rem 0;
}