.headline {
	padding: 4rem 1rem;
	background: rgb(var(--n) / .2);
}

.headline .artxt {
	display: flex;
}

.headline .artxt dt {
	width: 100%;
	flex-direction: column;
	margin-bottom: 3rem;
	border-bottom: 1px solid rgb(var(--n) / .5);
}

.headline dd p {
	column-count: 1;
	column-gap: 0;
}
