.leonlab-hero-centered {
	position: relative;
	border-radius: 18px;
}

.leonlab-hero-centered__inner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.leonlab-hero-centered--left .leonlab-hero-centered__inner {
	text-align: left;
}

.leonlab-hero-centered--right .leonlab-hero-centered__inner {
	text-align: right;
}

.leonlab-hero-centered__headline {
	margin: 0 0 12px;
	font-size: clamp(30px, 4vw, 56px);
	line-height: 1.08;
}

.leonlab-hero-centered__text {
	margin: 0 auto 18px;
	max-width: 60ch;
	opacity: 0.9;
	font-size: 18px;
}

.leonlab-hero-centered__ctas {
	display: inline-flex;
	gap: 10px;
	flex-wrap: wrap;
}

.leonlab-hero-centered__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid rgba(0,0,0,0.12);
	font-weight: 600;
}

.leonlab-hero-centered__btn--primary {
	background: rgba(0,0,0,0.92);
	color: #fff;
	border-color: rgba(0,0,0,0.92);
}

.leonlab-hero-centered__btn--secondary {
	background: rgba(255,255,255,0.65);
	color: inherit;
}
