.section-hero-standard.section-hero {
	position: relative;
	display: block;
	color: var(--surface-color);
	position: relative;
	padding: 128px 0;
}
.section-hero-standard:before {
	content: "";
	background: rgba(42,64,136,0.9);
	position: absolute;
	inset: 0;
	z-index: 2;
}
.section-hero-standard .background-image-wrapper {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.section-hero-standard .background-image-wrapper img {
	object-fit: cover;
	object-position: top center;
	width: 100%;
	height: 100%;
}
.section-hero-standard .section-title h2{
	color: #fff;
}
.section-hero-standard .section-title h2::before{
	background: #fff;
}
.section-hero-standard .section-content {
	position: relative;
	z-index: 3;
	text-align: center;	
}
.section-hero-standard .section-content .buttons-wrapper {
	justify-content: center;
}
.section-hero-standard .section-content .btn.btn-secondary {
	border-color: var(--white);
	opacity: 1;
	color: var(--white);
}
.section-hero-standard .section-content .btn.btn-secondary:hover{
	border-color: var(--accent-color);
}