.cta-banner {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--page-paddingYB) var(--page-padding);
	position: relative;
	overflow: hidden;
}
.cta-banner__section .container {
	position: relative;
	z-index: 2;
}
.cta-banner__content {
	max-width: 768px;
	text-align: center;
	margin: 0 auto;
	color: white;
}
.cta-banner__content h2 {
	color: white;
	margin-bottom: 24px;
}
.cta-banner__content p {
	color: white;
	margin-bottom: 32px;
	font-size: var(--text-size-large);
	line-height: 1.6;
}
.cta-banner__button {
	display: flex;
	gap: 16px;
	justify-content: center;
}
