.home_intro_vp {
	margin-top:5%;
}
.hm_intro_center {
	display:flex;
	justify-content: space-between;
}
.hm_intro_content {
	position:relative;
	float:left;
	width:45%;
	padding:3% 0px;
}
.hm_intro_text {
	position:relative;
	float:left;
	width:100%;
}
.hm_intro_btn {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.hm_intro_photo {
	position:relative;
	float:left;
	width:45%;
	margin-left:10%;
	background-image:url('../images/home/expertise-geerits-constructie.jpg');
	background-size:cover;
	background-position: center center;
}


.hm_exptitel {
	margin-top:5%;
}
.hm_exptitel_container {
	position:relative;
	float:left;
	width:100%;
}
.hm_exp_vid {
	position: relative;
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-top: 48px;
}
.hm_exp_vid video {
  width: 100%;
  height: auto; /* Maintains aspect ratio */
  display: block; /* Removes unwanted whitespace */
}
.hm_exp_grid {
	position: relative;
	float: left;
	width: 55%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hm_exp_i {
	position: relative;
	float: left;
	width: 26%;
	margin-top: 22px;
	margin-bottom: 22px;
}
.hm_exp_i_title {
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 15px;
}
.hm_exp_i_title div {
	position: relative;
	float: left;
	height: 10px;
	width: 3px;
	background-color: #294194;
	margin-right: 10px;
	margin-top: 3px;
}
.hm_exp_i_title h3 {
	position: relative;
	float: left;
}
.hm_exp_i_desc {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 6px;
	font-size: 14px;
	line-height: 20px;
}
.hm_exp_btncontainer {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 50px;
}

