.tekst-image {
	padding-top:60px;
	padding-bottom:60px;
	position:relative;
	z-index:1;
}
.tekst-image.Lichtblauw {
    background-color:#F3F8FF;
}
.tekst-image .row {
	align-items: center;
}
.tekst-image .row .text-box {
	padding:60px 100px 60px 65px;
}
.tekst-image .row .image-box {
	padding:0px;
}
.tekst-image .row .image-box img {
    height:100%;
    width:100%;
	object-fit:cover;
	border-radius:20px;
}

@media all and (max-width:768px) {
	.tekst-image .row .image-box {
		order:-1;
	}
	.tekst-image .row .text-box {
    	padding:60px 20px 60px 20px
    }
    .tekst-image {
	    padding-top:70px;
	    padding-bottom:70px;
    }
}