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