.featured-hero-14887 {
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	padding: 40px;
	border-radius: 8px;
	overflow: hidden;
}

.featured-hero-14887 .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.featured-hero-14887 .hero-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 800px;
}

.featured-hero-14887 .hero-title {
	margin: 0 0 10px;
	font-size: 2.5em;
	line-height: 1.2;
}

.featured-hero-14887 .hero-title a {
	color: inherit;
	text-decoration: none;
}

.featured-hero-14887 .hero-meta {
	font-size: 1em;
	opacity: 0.8;
}