.sec_hero {
	position: relative;
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 25%;
	background-image: url('../images/projecten/projecten-hero.jpg');
	background-size: cover;
	background-position: center center;
}

.sec_1 {
	margin-top: 5%;
}
.sec_title {
	position: relative;
	float: left;
	width: 30%;
	font-size: 42px;
	font-weight: bold;
}
.sec_title span {
	color: #294194;
}
.sec_text {
	position: relative;
	float: left;
	width: 60%;
	margin-left: 10%;
	font-size: 18px;
	line-height: 36px;
}

.sect_2 {
	margin-top: 5%;
}
.sect_i {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sect_i_content {
	position: relative;
	float: left;
	width: 40%;
	padding: 3% 0px;
}
.sect_i_title {
	position: relative;
	float: left;
	width: 100%;
}
.sect_i_text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 18px;
}
.sect_i_btn {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.sect_i_photo {
	position: relative;
	float: left;
	width: 45%;
	background-image: url('../images/sectoren/industriele-gebouwen.jpg');
	background-size: cover;
	background-position: center center;
}
.sect_i_photo_2 {
	background-image: url('../images/sectoren/agro.jpg');
}

.ab_2 {
	margin-top: 5%;
	margin-bottom: 5%;
}
.ab_2_flex {
	display: flex;
	justify-content: space-between;
}
.ab_2_i {
	position: relative;
	float: left;
	width: 18%;
}
.ab_2_spacer {
	position: relative;
	float: left;
	width: 1px;
	background-color: #294194;
}
.ab_2_title {
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
}
.ab_2_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
}

.sect_i_photo_3 {
	background-image: url('../images/sectoren/opmaat.jpg');
}
.sect_i_photo_4 {
	background-image: url('../images/sectoren/silo.jpg');
}
.sect_4 {
	margin-top: 5%;
	margin-bottom: 5%;
}