.home-get-in-touch-cta {
	margin-top: 2.5rem;
}

.home-get-in-touch-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding-inline: clamp(0.6rem, 1.6vw, 1.35rem);
}

.home-get-in-touch-cta__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.9rem;
}

.home-get-in-touch-cta__eyebrow {
	margin: 0;
	font-family: var(--ldg-font-body);
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ldg-brand-white);
}

.home-get-in-touch-cta__heading {
	margin: 0;
	font-family: var(--ldg-font-display);
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 0.96;
	color: #f1f2f4;
}

.home-get-in-touch-cta__description {
	margin: 0;
	max-width: 35rem;
	font-family: var(--ldg-font-body);
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(241, 242, 244, 0.76);
}

.home-get-in-touch-cta__action {
	display: flex;
	justify-content: flex-end;
}

.home-get-in-touch-cta__button {
	min-width: 18.5rem;
}

@media (max-width: 780px) {
	.home-get-in-touch-cta {
		margin-top: 1.8rem;
	}

	.home-get-in-touch-cta__inner {
		grid-template-columns: 1fr;
		gap: 1.35rem;
		padding-inline: 0.6rem;
	}

	.home-get-in-touch-cta__content {
		align-items: flex-start;
	}

	.home-get-in-touch-cta__heading {
		font-size: clamp(1.75rem, 8vw, 2.4rem);
	}

	.home-get-in-touch-cta__description {
		font-size: 0.95rem;
		line-height: 1.64;
	}

	.home-get-in-touch-cta__action {
		justify-content: flex-start;
	}

	.home-get-in-touch-cta__button {
		min-width: 0;
	}
}
