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

@media (max-width:767px)
{
	.content_links_afbeelding_rechts img{
		margin-bottom: var(--default-margin-bottom);
	}
}

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

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