.hbs-section {
	position: relative;
	overflow: hidden;
}

.hbs-section__bg,
.hbs-section__overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hbs-section__bg {
	background-image: var(--hbs-bg);
	background-size: cover;
	background-position: center;
	transform: scale(1.05);
	filter: blur(var(--hbs-blur, 0px));
}

.hbs-section__overlay {
	background: var(--hbs-overlay, rgba(0,0,0,0.35));
}

.hbs-section__content {
	position: relative;
	z-index: 1;
	padding: 80px 16px;
	text-align: center;
}

.hbs-section__container {
	max-width: 600px;
	margin: 0 auto;
}

.hbs-section__title {
	margin: 0;
	color: #fff;
	font-size: 40px;
	line-height: 1.15;
}

.hbs-section__desc {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 14px;
}

.hbs-section__desc > :first-child {
	margin-top: 0;
}

.hbs-section__desc > :last-child {
	margin-bottom: 0;
}
