/* Reset */
.statements-inner blockquote {
	padding: unset;
	font-size: unset;
	border: unset;
	margin: unset;
	font-style: unset;
}

.statement {
	font-size: var(--h1);
	line-height: 1.3em;
}

.statement:nth-of-type(even) {
	grid-column: 3 / 7;
}

.statements .highlight-line {
	background: var(--action);
}
@media screen and (max-width: 1025px) {
	.statement:nth-of-type(even) {
		text-align: right;
	}
}
