#sk_westfriese-wijkteams .blog-item .card {
	background: #BCDAF4;
	border-radius: 0;
}
.mod-laatste-levensfase {
	background: #FFF7D9;
	position: relative;
	padding: 2rem 0;
	margin-top: 2rem;
	margin-block: 3rem;
}
.mod-laatste-levensfase::before {
	content:"";
	position: absolute;
	top: 0;
	left: -4000px;
	width:20000px;
	height: 100%;
	background: #FFF7D9;
	z-index: -1;
}
.mod-laatste-levensfase img {
	border-radius: 0 0 0 25px;
}