.block__page-hero {
	--page-hero-background: #f7941d;
	background-color: var(--page-hero-background);
	box-sizing: border-box;
	color: #3f4140;
	margin-block: 0;
	padding: 0 0 68px;
	text-align: center;
}

.block__page-hero .page-hero__picture {
	display: block;
	margin: 0 0 45px;
	width: 100%;
}

.block__page-hero .page-hero__image {
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

.block__page-hero .page-hero__content {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 850px;
	padding-inline: 20px;
}

.block__page-hero .page-hero__logo {
	display: block;
	height: auto;
	margin: 0 auto 20px;
	max-width: min(100%, var(--page-hero-logo-width, 300px));
}

.block__page-hero .page-hero__header {
	color: inherit;
	font-size: clamp(1.45rem, 2.25vw, 2rem);
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.block__page-hero .page-hero__header::after {
	background: rgba(153, 100, 35, .3);
	content: '';
	display: block;
	height: 2px;
	margin: 14px auto 34px;
	width: 80px;
}

.block__page-hero .page-hero__description,
.block__page-hero .page-hero__description p {
	color: inherit;
	font-size: 1.05rem;
	letter-spacing: .04em;
	line-height: 1.65;
}

.block__page-hero .page-hero__description p {
	margin: 0;
}

.block__page-hero .page-hero__description p + p {
	margin-top: 1em;
}

.block__page-hero.is-preview {
	outline: 1px dashed rgba(0, 0, 0, .45);
	outline-offset: -1px;
}

@media (min-width: 992px) {
	.block__page-hero {
		padding-bottom: 68px;
	}

	.block__page-hero .page-hero__picture {
		margin-bottom: 45px;
	}
}
