.contact-banner {
	position: relative;
	min-height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #1a1a1a;
}

.contact-banner__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.contact-banner__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	filter: saturate(0.6) brightness(0.85);
}

.contact-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.23);
	z-index: 1;
}

.contact-banner__inner {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 60px 24px 50px;
	max-width: 900px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.contact-banner {
		min-height: 65vh;
	}
	.contact-banner__inner {
		padding: 140px 24px 70px;
	}
}

.contact-banner__title {
	font-family: "Playfair Display", Georgia, serif;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 16px;
	text-transform: capitalize;
	font-style: normal;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
	.contact-banner__title {
		font-size: 38px;
		font-weight: 700;
		margin-bottom: 20px;
	}
}

.contact-banner__subtitle {
	font-family: "Nunito", sans-serif !important;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	opacity: 0.95;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.contact-banner__subtitle {
		font-size: 16px;
	}
}
