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