.daarom_blok .lichtblauw{
    font-size: 2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.7rem;
}

.daarom_blok h2{
    margin-bottom: var(--default-margin-bottom);
}

.daarom_img img{
    border-radius: 3rem 0 0 3rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center top;
}

.daarom_img picture{
    display: flex;
    width: 100%;
    height: 100%;
}

.daarom_content{
    background-color: #ffffff;
    border-radius: 0 3rem 3rem 0;
    padding: 5rem;
}

@media (max-width:767px)
{		
	.daarom_content .col-xl-2 p:last-child{
		margin-bottom: 0;
	}
	
	.daarom_content{
		border-radius: 0 0 3rem 3rem;
		padding: 3rem;
	}
	
	.daarom_img{
		height: 20rem !important;
	}
	
	.daarom_img img{
		border-radius: 3rem 3rem 0 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.daarom_content{
		border-radius: 0 0 3rem 3rem;
	}
	
	.daarom_img{
		height: 30rem !important;
	}
	
	.daarom_img img{
		border-radius: 3rem 3rem 0 0;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}