.hbanner-content{
	width:402px;
	max-width:100%;
	position: relative;
	z-index: 5;
	padding:66px 0 57px;
}
.hbanner-content-section{
	position:relative;
	background-color:#04094B;
}
.hbanner-content-row{
	padding-left:170px;	
	z-index:2;
	position:relative;
}
/* .hbanner-content-row:before{
	position: absolute;
	top: 37px;
	right: calc(66.666% - 150px);
	content: "";
	height: 78px;
	width: 78px;
	background-image:url(../../images/home-banner-icon.svg);
	background-position:center;
	background-size:cover;
} */
.hbanner-content-right{
	position:absolute;
	min-height: 100%;
	display: flex;
	justify-content:flex-end;
}
.hbanner-content-inner{
	font-family: 'Inter',sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 29px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 100px;
}
.hbanner-content-inner h2{
	font-family: 'DM Serif Display', serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.36;
	color:#fff;
	margin-bottom:17px;
}
.hbanner-content h1{
	margin-bottom:15px;
}
.hbanner-content p{
	margin-bottom:0;
	padding-bottom:15px;
}
.hbanner-testimonial{
	margin-top:15px;
	background-color:#fff;
	box-shadow: 0px 6px 15.600000381469727px 0px #00000040;
	padding:18px 20px 12px;
	border-radius:9px;
}
.hbanner-testimonial h3{
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color:#3644FF;
	margin-bottom:3px;
}
.hbanner-testimonial h4{
	font-family: 'Noto Serif', serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	color:#1E1E1E;
	margin-bottom:4px;
}
.hbanner-testimonial p{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	color:#1E1E1E;
}
.hbanner-testimonial > a{
	display:block;
	text-decoration:underline;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.06;
	color:#3644FF;
	text-align:center;
}
.hbanner-testimonial-row{
	position:relative;
}
.hbanner-testimonial-row:before{
	position: absolute;
	bottom: 9px;
	left: 0;
	content: "";
	background-color: #fff;
	height: 40px;
	width: 100%;
	opacity: .5;
	z-index: 2;
}
.hbanner-testimonial-left{
	z-index:3;	
}
@media (max-width:767px){
	.hbanner-content-inner {
		padding:195px 0 24px;
	}
	.hbanner-content h1 {
		margin-bottom: 24px;
		font-size:50px;
	}
	.hbanner-content-row:before {
		display:none;
	}
	.hbanner-content-container:before{
		position: absolute;
		top: 23px;
		right: 23px;
		content: "";
		height: 45px;
		width: 45px;
		background-image: url(../../images/home-banner-icon.svg);
		background-position: center;
		background-size: cover;
	}
	.hbanner-content-container{
		position:relative;	
	}
	.hbanner-content-section{
		display:flex;	
		flex-wrap:wrap;
	}
	.hbanner-content-right {
		position: relative;
		order:5;
	}
	.hbanner-content-row {
		padding-left: 0;
		min-height:500px;
	}
	.hbanner-content {
		width: 100%;
	}
}
@media (max-width:576px){
}
@media (min-width:768px){
	.hbanner-content-section{
		display:flex;	
		flex-wrap:wrap;
	}
	.hbanner-content-right {
		position: relative;
		order:5;
	}
	.hbanner-content-row {
		padding-left: 0;
		min-height:400px;
	}
	.hbanner-content {
		width: 100%;
	}
	.hbanner-content-container{
		width:100%;	
	}
}
@media (min-width:992px){
	.hbanner-content-inner{
		flex-basis: 27%;
	}
	.hbanner-content-container{
		width:auto;	
	}
	.hbanner-content {
		width: 460px;
	}
	.hbanner-content-row {
		padding-left: 170px;
		min-height:100%;
	}
	.hbanner-content-right {
		position: absolute;
		order:-1;
	}
	.hbanner-content-section{
		display:block;	
	}
	.hbanner-content {
		padding: 66px 40px 57px 0;
	}
	.hbanner-testimonial {
		padding: 18px 8px 12px;
	}
	.hbanner-testimonial-row:before {
		left: 15px;
		width: calc(100% - 30px);
	}
}
@media (min-width:1200px){
	.hbanner-testimonial-row:before {
		left: 0;
		width: 100%;
	}
	.hbanner-testimonial {
		padding: 18px 20px 12px;
	}
	.hbanner-content {
		padding: 66px 0 57px;
	}
}
