.parent-header {
	overflow: visible
}

.kl-hero-03__container {
	margin: 0 auto;
	max-width: 1240px;
	position: relative;
	width: 100%
}

.kl-hero-03__image {
	aspect-ratio: 332/284;
	clip-path: url(#blob);
	overflow: hidden;
	position: absolute;
	top: -90px;
	transform: translateY(0) translateX(0)
}

.kl-hero-03__image svg,
.kl-hero-03__image svg path {
	aspect-ratio: 332/284;
	height: 100%;
	position: absolute;
	width: 100%
}

.kl-hero-03__image img {
	aspect-ratio: 332/284;
	display: initial;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 100%
}

.kl-hero-03__image:after {
	background: rgba(31, 183, 240, .4);
	clip-path: none;
	content: "";
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

@media screen and (min-width:576px) {
	.kl-hero-03__image {
		bottom: -280px;
		left: 55% !important;
		right: 0 !important;
		top: auto;
		width: 45% !important;
	}

	.parent-header h1,
	.parent-header h5 {
		max-width: 45%;
		line-height: 35px !important;
	}
}

@media screen and (max-width:576px) {
	.parent-header {
		margin-bottom: 30px;
		padding: 50px 0;
		position: relative;
		margin-top: 40px;
	}

	.kl-hero-03__image {
		bottom: -88px;
		left: 0;
		position: relative;
		top: auto;
		width: 100%
	}
}
