.footer-cta {
	background-size: 100%;
	background-position: center;
	margin: 0 3px 3px;
}

.footer-cta a {
	display: flex;
	justify-content: center;
	text-align: left;
	color: var(--white);
	padding-top: var(--space-10);
	padding-bottom: var(--space-5);
	position: relative;
	z-index: 1;
}

.footer-cta a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-grey);
	z-index: -1;
	opacity: 0.7;
	pointer-events: none;
}

.footer-cta a h4 {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: var(--font-body);
	line-height: var(--leading-none);
	font-weight: 100;
}

.footer-cta a h3 {
	font-size: 2rem;
	font-family: var(--font-display);
	font-weight: 500;
	text-transform: capitalize;
}
