.content_links_afbeelding_rechts .col-xxl-3 .afb_content_container{
	margin-top: var(--jumbotron-standard-margin);
}

.content_links_afbeelding_rechts .col-xxl-7 .afb_content_container{
	margin-right: 6.5rem;
    align-self: center;
}

@media (max-width:767px)
{	
	.content_links_afbeelding_rechts .col-xxl-7 .afb_content_container{
		margin-right: 0;
	}
	
	.content_links_afbeelding_rechts img{
		margin-bottom: var(--default-margin-bottom);
	}
	
	.content_links_afbeelding_rechts .col-xxl-3 .afb_content_container{
		margin-top: 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.content_links_afbeelding_rechts .col-xxl-3 .afb_content_container{
		margin-top: 0;
	}
	
	.content_links_afbeelding_rechts .col-xxl-7 .afb_content_container{
		margin-right: 0;
	}
	
	.content_links_afbeelding_rechts img{
		margin-bottom: var(--default-margin-bottom);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}