.intro-hero-wrapper {
	padding: 4rem 1rem;
	width: 100%;
}

.intro-hero-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.intro-hero-content, .intro-hero-visual {
	flex: 1 1 300px;
}

.intro-hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intro-hero-line {
	height: 2px;
	width: 40px;
	margin: 1rem 0;
	background-color: #333;
}

.intro-hero-eyebrow {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}

.intro-hero-heading {
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
}

.intro-hero-body {
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.intro-hero-note {
	font-size: 0.9em;
	opacity: 0.8;
	font-style: italic;
}

.intro-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (min-width: 768px) {
	.intro-hero-inner {
		flex-wrap: nowrap;
	}
}
