.lht-contact-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	min-height: 295px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.lht-contact-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(13, 26, 45, 0.18) 0%, rgba(13, 26, 45, 0.52) 100%);
}

.lht-contact-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 32px 15px;
}

.lht-contact-banner__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.lht-contact-banner__title {
	margin: 0;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.lht-contact-banner__breadcrumbs,
.lht-contact-banner__breadcrumbs a,
.lht-contact-banner__breadcrumbs span {
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.lht-contact-banner__breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.lht-contact-banner__breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width: 849px) {
	.lht-contact-banner {
		min-height: 220px;
	}

	.lht-contact-banner__title {
		font-size: 30px;
	}
}
