.shen-category-hero {
	position: relative;
	width: 100%;
	min-height: 600px;
	display: flex;
	align-items: center;
	background-color: #0a1f3c;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.shen-category-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
}

.shen-category-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	padding: 40px 32px;
	box-sizing: border-box;
}

.shen-category-hero__content {
	max-width: 560px;
}

.shen-category-hero__title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.shen-category-hero__description {
	color: #dbe8fb;
	font-size: 16px;
	line-height: 1.8;
}

.shen-category-hero__description > :first-child { margin-top: 0; }
.shen-category-hero__description > :last-child { margin-bottom: 0; }
.shen-category-hero__description a { color: #fff; }

@media (min-width: 768px) and (max-width: 1024px) {
	.shen-category-hero { min-height: 420px !important; }
	.shen-category-hero__inner { padding: 40px 20px !important; }
}

@media (max-width: 767px) {
	.shen-category-hero { min-height: 280px !important; }
	.shen-category-hero__inner { padding: 28px 20px !important; }
	.shen-category-hero__title { font-size: 26px; }
}
