.content_rechts_afbeelding_links .row {
    --bs-gutter-x: 8.5rem;
}

.content_rechts_afbeelding_links img{
    width: 100%;
}

.project_content_rechts .content_rechts{
	padding-right: 4.5rem;
	font-size: 1.7rem;
    line-height: 2.9rem;
}

@media (max-width:767px)
{		
	.content_rechts_afbeelding_links img{
		margin-bottom: var(--default-margin-bottom);
	}
	
	.project_content_rechts .content_rechts {
    	padding-right: 0rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.content_rechts_afbeelding_links img{
		margin-bottom: var(--default-margin-bottom);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}