.wpd-image-text {
	background: var(--paper);
	padding: clamp(60px, 10vw, 100px) 0;
}

.wpd-image-text .image-text-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 6vw, 80px);
	align-items: center;
}

.wpd-image-text.is-reversed .image-text-grid {
	direction: rtl;
}

.wpd-image-text.is-reversed .image-text-grid > * {
	direction: ltr;
}

.wpd-image-text .eyebrow {
	margin-bottom: 20px;
}

.wpd-image-text h2 {
	font-family: var(--font-display);
	font-weight: 400;
	font-size: clamp(28px, 3.6vw, 48px);
	line-height: 1;
	color: var(--forest);
	margin: 0 0 28px;
}

.wpd-image-text h2 .it {
	font-style: italic;
	color: var(--lime);
}

.wpd-image-text .image-text-body p {
	color: var(--ink-2);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 16px;
	max-width: 520px;
}

.wpd-image-text .image-text-bullets {
	list-style: none;
	padding: 0;
	margin: 24px 0 28px;
	display: grid;
	gap: 12px;
}

.wpd-image-text .image-text-bullets li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 15px;
	color: var(--ink-2);
	line-height: 1.5;
}

.wpd-image-text .image-text-bullets span {
	color: var(--lime-ink);
	background: var(--lime);
	padding: 3px 5px;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	margin-top: 2px;
}

.wpd-image-text .image-text-media {
	position: relative;
	border: 1px solid var(--rule);
	border-radius: 6px;
	overflow: hidden;
	background: var(--paper-2);
}

.wpd-image-text .image-text-media img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 820px) {
	.wpd-image-text .image-text-grid,
	.wpd-image-text.is-reversed .image-text-grid {
		grid-template-columns: 1fr;
		direction: ltr;
	}
}
