.content_links_afbeelding_rechts .row{
	--bs-gutter-x: 7rem;
}

.content_links_afbeelding_rechts img{
	border-radius: 0.5rem;
}

@media (max-width:767px)
{
	.content_links_afbeelding_rechts img{
		margin-bottom: 3rem;
	}
    
    .content_links_afbeelding_rechts .row{
        --bs-gutter-x: 3rem;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.content_links_afbeelding_rechts img{
		margin-bottom: 3rem;
	}
}

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