.csp-hero {
	grid-template-columns: 1.2fr .8fr;
}

.csp-hero-title-line {
	display: block;
	white-space: nowrap;
}

.csp-hero-title-line--small {
	font-size: 44px;
}

.csp-hero-title-line--large {
	font-size: 52px;
	margin-top: 6px;
}

@media (max-width: 800px) {
	.csp-hero-title-line--small {
		font-size: clamp(20px, 5.8vw, 40px);
	}

	.csp-hero-title-line--large {
		font-size: clamp(22px, 6.4vw, 44px);
	}
}
