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

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

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

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

.section-block.hero-block .btn-wrap{
	padding-top: 10px;
}

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

.section-block.hero-block .image-wrap{
	position: relative;
	width: 100%;
}

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

/* Responsive */

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

	.section-block.hero-block .image-wrap{
		width: 50%;
	}

	.section-block.hero-block .image-wrap img{
		margin-top: 0;
	}
}