.proof-band { background: var(--clr-bg-green); padding: 2.625rem 0; }
.proof-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.5rem;
}
.proof-band__copy h2 {
	font-size: var(--fs-proof-heading);
	margin-bottom: 0.5rem;
}
.proof-band__body {
	color: var(--clr-dark-blue);
	max-width: 45rem;
}
.proof-band__body p:last-child { margin-bottom: 0; }

@media (max-width: 700px) {
	.proof-band__inner { grid-template-columns: 1fr; }
	.proof-band .button { width: 100%; }
}
