.hero-title{
	display: flex;
    flex-direction: column;
    row-gap: 10px;
    color: #fff;
}
.hero-title i {
    color: #f2a041;
    margin-right: 5px;
}
.hero-image{
	overflow: hidden;
}
.hero-image .wp-block-column:first-child{
	padding-right: 50px;
}
.hero-image .wp-block-column{
	position:relative;
}
.sv-hero-image-background{
	
}
.sv-hero-image-background::before{
	content: "";
    position: absolute;
    height: 1000px;
    width: 100%;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    background: rgba(255, 255, 255, .93);
    top: -webkit-calc(50% - 500px);
    top: calc(50% - 500px);
    left: 0;
	z-index: -1;
}

body .is-layout-flex.homepage-features-cards{
	align-items: stretch;
}



/* ----------------------------- */
/*                               */
/*        Responsivenes          */
/*                               */
/* ----------------------------- */
@media screen and (max-width: 768px){
	.hero-image .wp-block-image{
		display: none;
	}	
	.sv-hero-image-background::before{
		display: none;
	}
	.hero-image .wp-element-button{
		color: #146278 !important;
		background-color: #fff !important;
	}
	.hero-image .wp-block-buttons{
		margin-top: -60px;
	}
}