.footer-cta {
	border-top: 2px solid rgb(255 255 255 / 0.3);
}

.footer-cta a {
	font-family: 'kepler-std', serif;
	font-size: 28px;
	font-style: italic;
	color: #fff;
	line-height: 1.2;
	text-transform: lowercase;
	text-align: center;
	width: 100%;
	height: 76px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.footer-cta a:hover,
.footer-cta a:focus {
	color: #fff;
	background: rgba(20 60 102 / 0.5);
}

@media (min-width: 641px) {
	.footer-cta {
		border-right: 2px solid rgb(255 255 255 / 0.3);
	}

	div[class$=_footer_cta]:last-child .footer-cta {
		border-right: none;
	}

	.footer-cta a {
		height: 80px;
	}
}