.kernwaarden{
	background-color: #f2f3f4;
	padding: 125px 0;
}

.kernwaarden .row{
	margin: 0 -35px;
}

.kernwaarden .row > div{
	padding: 0 35px;
}

.kernwaarden img{
	margin-bottom: 15px;
}

.kernwaarden h2{
	margin-bottom: 75px !important;
}

.kernwaarden h2:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='18' viewBox='0 0 50 18'%3E%3Cpath id='Path_697' data-name='Path 697' d='M-8.679-9.243-22.824-22.907H-9.508l7.487,7.232a6.091,6.091,0,0,0,8.393,0l7.487-7.232H27.176L13.03-9.243a15.754,15.754,0,0,1-21.709,0' transform='translate(22.824 22.907)' fill='%238cdacd'/%3E%3C/svg%3E%0A");
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
    margin-top: 20px;
}

.kernwaarden h3{
	color: #091e2b;
	font-family: azo-sans-web;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
}

.home .kernwaarden h2:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='18' viewBox='0 0 50 18'%3E%3Cpath id='Path_697' data-name='Path 697' d='M-8.679-9.243-22.824-22.907H-9.508l7.487,7.232a6.091,6.091,0,0,0,8.393,0l7.487-7.232H27.176L13.03-9.243a15.754,15.754,0,0,1-21.709,0' transform='translate(22.824 22.907)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
    margin-top: 20px;
}

.home .kernwaarden{
	background-color: #8cdacd;
}

@media (max-width:767px)
{		
	.kernwaarden{
		padding: 80px 0;
	}
	
	.kernwaarden h3{
		font-size: 22px;
		line-height: 38px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	
	.kernwaarden img{
		margin-right: 20px;
		max-height: 50px;
	}
	
	.kernwaarden .last-no-margin{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}