/* =========================================================
PAGINA 1 - OVER ONS / OVERZICHT 
   ========================================================= */

.mlo-overview 
.ml-card { 
	height: 100%; 
}

.mlo-overview 
.ml-card__body { 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
}

.mlo-overview 
.ml-card__link { 
	margin-top: auto; 
	align-self: flex-start; 
}

.mlo-overview 
.ml-review { 
	height: 100%; 
}

@media (max-width: 900px) { 
	
	.mlo-overview 
	.ml-grid--4 { 
		grid-template-columns: repeat(2, 1fr); 
	} 
}
@media (max-width: 620px) { 
	.mlo-overview 
	.ml-grid--4 { 
		grid-template-columns: 1fr; 
	} 
}
