.plec-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 510px;
	margin: 0;
	overflow: hidden;
	background: #edf5f0;
}

.plec-hero__copy {
	align-self: center;
	padding: 64px clamp(30px, 5vw, 76px);
	color: #1d2923;
}

.plec-hero__copy .plec__eyebrow {
	color: #287853;
}

.plec-hero__copy h2 {
	max-width: 650px;
	margin: 0 0 24px;
	color: #145c3d;
	font-size: clamp(2.25rem, 4.5vw, 4rem);
	line-height: 1.06;
}

.plec-hero__copy > p:not(.plec__eyebrow) {
	max-width: 610px;
	margin: 0;
	color: #1d2923;
	font-size: 1.08rem;
	line-height: 1.65;
}

.plec-hero__link {
	display: inline-block;
	margin-top: 18px;
	padding: 14px 24px;
	border-radius: 28px;
	background: #145c3d;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}

.plec-hero__media {
	min-height: 430px;
	overflow: hidden;
}

.plec-hero__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.plec-accreditation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 38px clamp(30px, 5vw, 76px);
	background: #f1f3f2;
}

.plec-accreditation h2 {
	max-width: 680px;
	margin: 0;
	color: #1d2923;
	font-size: clamp(1.65rem, 3vw, 2.5rem);
	line-height: 1.15;
}

.plec-accreditation img {
	width: 38%;
	max-width: 430px;
	height: auto;
}

@media (max-width: 980px) {
	.plec-hero {
		grid-template-columns: 1fr;
	}

	.plec-hero__media {
		max-height: 500px;
	}

	.plec-accreditation img {
		width: 45%;
	}
}

@media (max-width: 680px) {
	.plec-accreditation {
		align-items: flex-start;
		flex-direction: column;
	}

	.plec-accreditation img {
		width: 100%;
		max-width: 430px;
	}
}
