.production-hero .hero__scrim {
	background: linear-gradient(180deg, rgba(6, 10, 20, 0.25) 0%, rgba(6, 10, 20, 0.55) 100%);
}

.production-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;

	min-width: 0;
}

.production-hero__title {
	color: var(--color-white);
	font-size: clamp(32px, 4.4vw, 70px);
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: var(--space-5);
	line-height: 105%;
	letter-spacing: 0%;
}

.production-hero__text {
	color: var(--color-white);
	max-width: 620px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0%;
	margin-bottom: var(--space-4);
	font-size: 16px;
	line-height: 105%;
	letter-spacing: 0%;
}

.production-hero__text:last-of-type {
	margin-bottom: 0;
}