.content .page_content section ul.meedoen {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-top: 50px!important;
}
.content .page_content section ul.meedoen li {
	
	background: #fff;
	list-style-type:none;
	margin-left: 0;
	border-radius: 10px;
	text-align: center;
	width: calc(25% - 20px);
}
.content .page_content section ul.meedoen li:before {
	display: none;
}
.content .page_content section ul.meedoen li a {
	display: block;
	color: var(--main);
	font-weight: bold;
	line-height: 1.3;
	padding: 0 23px;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: .9em;
}
.content .page_content section ul.meedoen li a:before {
	content: "";
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
	background-image: url('/images/icons/add.svg');
	background-size: 100%;
	margin-bottom: 40px;
	filter: brightness(0) saturate(100%) invert(64%) sepia(58%) saturate(468%) hue-rotate(50deg) brightness(95%) contrast(87%);
}
.content .page_content section ul.meedoen li:nth-of-type(1) a:before {
	background-image: url('/images/icons/calendar.svg');
}
.content .page_content section ul.meedoen li:nth-of-type(2) a:before {
	background-image: url('/images/icons/pen.svg');
}
.content .page_content section ul.meedoen li:nth-of-type(7) a:before {
	background-image: url('/images/icons/code.svg');
}
.content .page_content section ul.meedoen li:nth-of-type(8) a:before {
	background-image: url('/images/icons/chat.svg');
}



@media screen and (max-width: 1100px) {

	.content .page_content section ul.meedoen {
		justify-content: space-between;
		flex-direction: column;
		margin-top: 30px!important;
		margin-bottom: 0px;
	}
	.content .page_content section ul.meedoen li {
		width: 100%;
	} 
	.content .page_content section ul.meedoen li a {
		font-size: 1em;
	} 

}
