/*
 * The hero sits outside Education Base Pro's constrained .site-content.container.
 * Gutentor's own inner .grid-container continues to control the readable content width.
 */
.ascend-implementation-template .ascend-implementation-hero-wrap {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.ascend-implementation-template .ascend-implementation-hero-wrap > :first-child {
	margin-top: 0;
}

.ascend-implementation-template .ascend-implementation-hero-wrap > :last-child {
	margin-bottom: 0;
}
