.call_to_action_icoon{
	width: 17rem;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 75px;
	color: var(--donkerblauw);
	background: #fff;
	border-radius: 50%;
}

.call_to_action .last-no-margin{
	display: flex;
	gap: 6rem;
}

.stijl_achtergrondkleur_ffffff .call_to_action_icoon{
	background: #f1f3f8;
}

@media (max-width:767px)
{		
	.call_to_action .last-no-margin{
		gap: 3rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}