.cta-home {
	padding: 96px 0;
	background: var(--bg-alt);
}

.cta-home__container {
	text-align: center;
	max-width: 860px;
}

.cta-home__title {
	margin: 0 0 28px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	color: var(--text);
}