.dx-template-part--background-image-content {
	position: relative;
	overflow: visible;
	padding: var(--dx-template-padding-y, 8rem) 0;
	color: var(--color-white);
	min-height: 10rem;
	display: flex;
}

.dx-template-part--background-image-content .icon {
	display: block;
	width: 8rem;
	height: auto;
	margin: 0 auto 3rem;
}


.dx-template-part--background-image-content .wp-block-image img {
	margin-left: auto;
	margin-right: auto;
}

.dx-template-part--background-image-content .global-frame {
	width: 100%;
}

.dx-template-part--background-image-content .dx-template-part__inner {
	position: relative;
	z-index: 2;
	max-width: 90rem;
	margin: 0 auto;
}

.dx-template-part--background-image-content .dx-template-part__background {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.dx-template-part--background-image-content .dx-template-part__background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dx-template-part--background-image-content .dx-template-part__background-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		var(--dx-template-overlay-angle, 180deg),
		var(--dx-template-overlay-start, rgba(0, 38, 17, 0.45)) 0%,
		var(--dx-template-overlay-end, rgba(0, 38, 17, 0.78)) 100%
	);
}

.dx-template-part--background-image-content .dx-template-part__content,
.dx-template-part--background-image-content .dx-template-part__content h1,
.dx-template-part--background-image-content .dx-template-part__content h2,
.dx-template-part--background-image-content .dx-template-part__content h3,
.dx-template-part--background-image-content .dx-template-part__content h4,
.dx-template-part--background-image-content .dx-template-part__content h5,
.dx-template-part--background-image-content .dx-template-part__content h6,
.dx-template-part--background-image-content .dx-template-part__content p,
.dx-template-part--background-image-content .dx-template-part__content li {
	color: var(--color-white);
}

.dx-template-part--background-image-content .dx-template-part__content > h6:first-child,
.dx-template-part--background-image-content .dx-template-part__content h6.wide-letters {
	display: inline-block;
	margin: 0 0 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-white);
}

.dx-template-part--background-image-content .dx-template-part__content > h6:first-child.has-text-align-center,
.dx-template-part--background-image-content .dx-template-part__content > h6:first-child.has-text-align-right,
.dx-template-part--background-image-content .dx-template-part__content h6.wide-letters.has-text-align-center,
.dx-template-part--background-image-content .dx-template-part__content h6.wide-letters.has-text-align-right {
	display: block;
	width: 100%;
}

.dx-template-part--background-image-content .dx-template-part__content > *:last-child {
	margin-bottom: 0;
}
