.cta-section {
	position: relative;
	overflow: hidden;
	padding-top: 9.7rem;
	padding-bottom: 10.5rem;
	color: #fff;
	background-color: #064d32;
	text-align: center;
	font-size: calc(2.4rem * var(--font-size-scale));
	line-height: 1.333;
	font-weight: 700;
	letter-spacing: -0.01rem;
}
.cta-section h2 {
	color: inherit;
	margin-bottom: 2.4rem;
}
.cta-section p:last-child {
	margin-bottom: 0;
}
.cta-section .cta-section-footer {
	padding-top: 2rem;
}
@media (max-width: 991.98px) {
	.cta-section {
		padding-top: 7rem;
		padding-bottom: 7.7rem;
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.cta-section h2 {
		margin-bottom: 1.7rem;
		line-height: 1.231;
	}
	.cta-section .cta-section-footer {
		padding-top: 0;
	}
}
/*# sourceMappingURL=cta-section.css.map */
