.footer-callout {
	padding: 60px 20px;
	background-color: #384773;
	background-image: radial-gradient(50% 145%, #435790 50%, #384772 100%);
	text-align: center;
}

.footer-callout h2 {
	color: #fff;
}

.footer-callout h2 em {
	color: #c7cce6;
}

.footer-callout .button {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.footer-callout .button:hover {
	color: #435790;
	background: #fff;
}

@media screen and (min-width: 768px) {
	.footer-callout {
		padding: 60px 30px;
		text-align: left;
	}
	
	.footer-callout .container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		align-items: center;
	}
	
	.footer-callout h2 {
		font-size: 30px;
		margin-bottom: 0;
		max-width: calc(100% - 200px);
	}
}

@media screen and (min-width: 1024px) {
	.footer-callout {
		padding: 100px 0;
	}
	
	.footer-callout h2 {
		font-size: 37px;
		max-width: 768px;
	}
}