.cta--container {
	padding: 120px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 25vw;
}

.cta--cta.white-mod:focus,
.cta--cta.white-mod:hover {
	border-color: #fff;
}

@media (min-width: 992px) {
	.cta--title {
		margin-bottom: 45px;
	}
}

.narrow-mod .cta--copy {
	max-width: 650px;
	margin: 0 auto;
}