.content_links_afbeelding_rechts .row{
	--bs-gutter-x: 10rem;
}

@media (max-width:767px)
{
	.content_links_afbeelding_rechts img{
		margin-bottom: var(--default-margin-bottom);
	}
	
	.content_links_afbeelding_rechts .row {
		--bs-gutter-x: 4rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.content_links_afbeelding_rechts img{
		margin-bottom: var(--default-margin-bottom);
	}
	
	.content_links_afbeelding_rechts .row {
		--bs-gutter-x: 4rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}