.text-section {
	position: relative;
	overflow: hidden;
	padding-top: 7.6rem;
	padding-bottom: 7.6rem;
}
.text-section + .text-section {
	padding-top: 0;
}
.text-section:last-child {
	padding-bottom: 17.5rem;
}
.text-section h2 {
	font-size: calc(5.5rem * var(--font-size-scale));
	line-height: 1.182;
	margin-bottom: 2.8rem;
	text-align: center;
}
.text-section address {
	margin: 0 0 2.4rem;
}
.text-section address:last-child {
	margin-bottom: 0;
}
.text-section p:last-child {
	margin-bottom: 0;
}
.text-section p a {
	color: inherit;
	text-decoration: none;
}
.text-section p a:hover {
	color: #064d32;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.text-section {
		padding-top: var(--section-padding-y);
		padding-bottom: var(--section-padding-y);
	}
	.text-section + .text-section {
		padding-top: 0;
	}
	.text-section:last-child {
		padding-bottom: calc(var(--section-padding-y) * 1.25);
	}
	.text-section h2 {
		font-size: calc(3.4rem * var(--font-size-scale-m));
		margin-bottom: 2rem;
	}
	.text-section address {
		margin-bottom: 1.5rem;
	}
	.text-section address:last-child {
		margin-bottom: 0;
	}
}
/*# sourceMappingURL=text-section.css.map */
