/**
 * Homepage assurance composition.
 * Keeps the reusable intro and proof-wall blocks intact while controlling only
 * the space where those two blocks meet.
 */

.home-assurance-composition > .dc-lib .in-stacked.sec {
	padding-bottom: clamp(2rem, 3vw, 2.75rem);
}

.dc-lib .pr-wall--assurance.home-assurance-composition.sec {
	padding-top: 0;
}

@media (max-width: 42.5em) {
	.home-assurance-composition > .dc-lib .in-stacked.sec {
		padding-bottom: 1.5rem;
	}
}
