.headline {
	padding: 6rem 8rem;
	align-items: stretch;

}

.headline > dl:nth-child(1) {
	width: 50%;
	text-align: right;
}

.headline > dl:nth-child(2) {
	width: 50%;
	padding-left: 3rem;
}

.headline .artxt {
	display: flex;
	color: rgb(var(--n) / 1);
}
.headline#panel  .artxt {
	display: flex;
	color: rgb(var(--b) / 1);
}

.headline .artxt dt {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right
}

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