.footer-content-callout {
	background-color: var(--black);
	width: 100%;
	height: 0;
	position: relative;
	margin-bottom: 3px;
}

.footer-content-callout img.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.35;
}

.footer-content-callout .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	gap: 24px;
	padding: 32px;
}

.footer-content-callout .inner .button {
	color: var(--gray);
	background-color: var(--teal-light-2);
	padding: 16px 30px;
	font-family: var(--pitch);
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}

body.blue .footer-content-callout .inner .button {
	background-color: var(--blue-lighter-alt);
}

@media (min-width: 40em) {
	.footer-content-callout .inner {
		gap: 48px;
	}
}
