.path-hero {
	padding: 60px 0 90px;
	text-align: center;
	background: url('../../assets/images/path-hero-bg.svg') no-repeat top right, url('../../assets/images/path-hero-decor.svg') no-repeat bottom center, #13294B;
	color: #fff;
}

.path-hero-heading {
	font-size: clamp(68px, calc(68px + (42 * (100vw - 390px) / 1050)), 110px);
	color: #fff;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.path-hero #breadcrumb {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.path-hero {
		padding: 30px 0 110px;
	}

	.path-hero #breadcrumb {
		margin-bottom: 60px;
	}
}
