.section-block.home-hero-block .block-inner{
	display: flex;
	flex-wrap: wrap;
	font-family: var(--primary_font);
	font-weight: 400;
	color: #4F5459;
}

.section-block.home-hero-block .pre-title{
	color: var(--secondary_color);
	padding-bottom: 12px;
	padding-top: 24px;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}

.section-block.home-hero-block .pre-title:after{
	content: '';
	height: 3px;
	width: 10000%;
	background: #EFEFEF;
	position: absolute;
	bottom: 0;
	right: 0;
}

.section-block.home-hero-block .block-title{
	margin-bottom: 30px;
	font-weight: 600;
}



.section-block.home-hero-block .content-wrap{
	width: 100%;
}

.section-block.home-hero-block .image-wrap{
	position: relative;
	margin-top: 40px;
	width: 100%;
}

.section-block.home-hero-block .image-wrap:before{
	content: '';
	background: var(--secondary_color);
	width: 90%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.section-block.home-hero-block .image-wrap img{
	margin-top: 60px;
	position: relative;
	width: 90%;
}

.section-block.home-hero-block .image-wrap .image-text{
	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-family: var(--secondary_font);
	position: relative;
	font-weight: 700;
}

.section-block.home-hero-block .btn-wrap{
  margin-bottom:20px;
}

/* Responsive */
@media screen and (min-width: 601px) {
	.section-block.home-hero-block .image-wrap:before{
		width: 75%;
	}
  .section-block.home-hero-block .btn-wrap{
    padding-top: 10px;
    display: inline-block;
  }

  .section-block.home-hero-block .btn.secondary{
    margin-left:10px;
  }
}

@media screen and (min-width: 981px) {
	.section-block.home-hero-block .content-wrap{
		width: 50%;
		padding-right: 60px;
	}

	.section-block.home-hero-block .image-wrap{
		width: 50%;
		padding-left: 60px;
		padding-right: 80px;
		margin-top: 0;
	}

	.section-block.home-hero-block .image-wrap img{
		width: 100%;
	}
}

