.ct-page-hero {
	padding-top: 24px;
	padding-bottom: 60px;
}

.ct-page-hero .ct-breadcrumb {
	margin-bottom: 80px;
}

.ct-page-hero__title {
	color: var(--color-bg-deepest);
	margin-bottom: 8px;
}

.ct-page-hero__text {
	margin: 0;
	max-width: 823px;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: var(--color-bg-deepest);
}

.ct-page-hero__text span {
	color: var(--color-neutral-600);
}

.ct-page-hero__button {
	margin-top: 32px;
}

.ct-page-hero__title--placeholder {
	opacity: 0.35;
}

@media (max-width: 768px) {
	.ct-page-hero {
		padding-top: 18px;
		padding-bottom: 40px;
	}

	.ct-page-hero .ct-breadcrumb {
		margin-bottom: 52px;
	}

	.ct-page-hero__title {
		margin-bottom: 12px;
	}

	.ct-page-hero__text {
		font-size: 16px;
	}

	.ct-page-hero__button {
		margin-top: 24px;
	}
}

@media (max-width: 375px) {

	.ct-page-hero__title {
		font-size: 23px;
	}
}
