.hero-overlay-wrapper-11335 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-overlay-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-overlay-container-11335 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.hero-overlay-heading {
	font-size: 2.5rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}

.hero-overlay-desc {
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 768px) {
	.hero-overlay-wrapper-11335 {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.hero-overlay-heading {
		font-size: 2rem;
	}
	
	.hero-overlay-desc {
		font-size: 1.1rem;
	}
}
