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

.investors-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 0;
}

.investors-hero__title {
	color: var(--color-white);
	max-width: 760px;
	font-size: clamp(32px, 4.4vw, 70px);
	font-weight: 400;
	text-transform: uppercase;
	line-height: 105%;
	letter-spacing: 0%;
}
