.diensten_items > div{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.diensten_items a:hover{
	background: #2dafe6;
}

.diensten_items a{
	background-color: #212b59;
	padding: 1.5rem 7.5rem 1.5rem 3rem;
	font-family: futura-pt, sans-serif;
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 3.5rem;
	color: #fff !important;
	text-decoration: none !important;
	position: relative;
	height: 100%;
    display: flex;
    align-items: center;
	transition: 0.3s background;
}

.diensten_items a:after{
	content: "\f178";
	font-family: "Font Awesome 6 Pro";
	font-size: 2.7rem;
	font-weight: 300;
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
}