.cta {
	margin: 0 0 var(--space-5);
	text-align: center;
}
.cta .title {
	color: var(--white-alt-1);
	font-family: var(--font-display);
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
}
.cta a,
.cta a:hover {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: var(--yellow);
	letter-spacing: .001em;
}
.cta i {
	font-size: 13px;
}

.panel-header .cta {
	padding: 0 var(--space-5);
	border-left: 1px solid #c6c4c1;
	margin: 2px 0 0 0;
	line-height: 20px;
}
.panel-header .cta a,
.panel-header .cta a:hover {
	color: var(--gray);
	font-size: 13px;
	line-height: 14px;
}
.panel-header .cta a i.fa-arrow-right {
	display: none;
}

@media (min-width: 64em) {
	.cta {
		margin: 0 0 var(--space-5);
		text-align: left;
	}
	.cta .title {
		font-size: 24px;
		line-height: 30px;
	}
	.panel-header .cta {
		border-right: 1px solid #c6c4c1;
		margin: 14px 0 0 0;
	}
}