.entry-header {
	color: var(--color-accent);
	text-transform: uppercase;
	text-align: center;
	font-size: clamp(1.25rem, 0.708rem + 2.41vw, 2.25rem);
	padding: 24px 10px 16px;
	letter-spacing: -0.5px;
	h1 {
		font-weight: 700;
	}
	h2 {
		font-weight: 400;
		line-height: 1.2;
	}
}
.wtb-hero {
	picture {
		max-width: 300px;
		margin-bottom: 0.75rem;
	}
	> div {
		padding: 0 1rem;
		text-align: center;
		font-size: clamp(1.5rem, 1.229rem + 1.205vw, 2rem);
		margin-bottom: 2.5rem;
	}
	h3 {
		color: var(--color-green);
		padding: 0;
		margin: 0;
		line-height: 1.3;
		font-weight: 700;
		font-size: clamp(1.75rem, 1.411rem + 1.506vw, 2.375rem);
	}
	span {
		color: #737373;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 1rem;
		display: inline-block;
		img {
			display: inline-block;
			width: auto;
			height: clamp(1.875rem, 1.468rem + 1.807vw, 2.625rem);
			position: relative;
			top: clamp(0.625rem, 0.489rem + 0.602vw, 0.875rem);
		}
	}
}
.text-wrap {
	text-align: center;
	padding: 0 1rem;
	margin-bottom: 2.5rem;
	max-width: 1024px;
	margin: 0 auto 2.5rem;
	p {
		font-size: clamp(1rem, 0.864rem + 0.602vw, 1.25rem);
	}
}

@media (min-width: 600px) {
	.wtb-hero picture {
		max-width: calc(300px + 20vw);
	}
}
@media (min-width: 768px) {
	.entry-header {
		padding: 48px 16px 32px;
	}
	.wtb-hero.flexed {
		flex-direction: row;
		max-width: 1024px;
		margin: 0 auto 2rem;
		column-gap: 2vw;
		picture {
			width: 45%;
		}
		> div {
			width: 55%;
			text-align: left;
			padding-left: 0;
			max-width: 525px;
		}
	}
}