.obi-section-header {
	--obi-accent: #7C3AED;

	position: relative;
	padding: 0 5%;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.obi-section-header__inner {
	max-width: 100%;
	margin: 0 auto;
}

.obi-section-header-align-left .obi-section-header {
	text-align: left;
}

.obi-section-header-align-left .obi-section-header__inner {
	margin-left: 0;
}

.obi-section-header-align-right .obi-section-header {
	text-align: right;
}

.obi-section-header-align-right .obi-section-header__inner {
	margin-right: 0;
}

.obi-section-header__eyebrow {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--obi-accent);
}

.obi-section-header__heading {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #1E1B4B;
}

.obi-section-header__description {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #71717A;
}

@media (max-width: 600px) {
	.obi-section-header {
		padding: 0 6%;
	}

	.obi-section-header__heading {
		font-size: 22px;
	}
}
