.content_links_afbeelding_rechts{
	position: relative;
	padding: 125px 0;
}

.content_links_afbeelding_rechts *{
color:#fff;
}

.content_links_afbeelding_rechts:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 0 5px 5px 0;
	background-color: #d79c1a;
	right: calc(((100% - 1110px) / 2) + 70px);
	z-index: -1;
}

.content_links_afbeelding_rechts .row{
	margin: 0 -35px;
}

.content_links_afbeelding_rechts .row > div{
	padding: 0 35px;
}

.content_links_afbeelding_rechts img{
	border-radius: 5px;
}

.content_links_afbeelding_rechts h2{
	margin-bottom: 50px;
}

.content_links_afbeelding_rechts h2:after{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='18' viewBox='0 0 50 18'%3E%3Cpath id='Path_697' data-name='Path 697' d='M-8.679-9.243-22.824-22.907H-9.508l7.487,7.232a6.091,6.091,0,0,0,8.393,0l7.487-7.232H27.176L13.03-9.243a15.754,15.754,0,0,1-21.709,0' transform='translate(22.824 22.907)' fill='%238cdacd'/%3E%3C/svg%3E%0A");
	content: "";
	background-position: left 70px center;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
    margin-top: 20px;
}

@media (max-width:767px)
{		
	.content_links_afbeelding_rechts{
		padding: 80px 0;
	}
	
	.content_links_afbeelding_rechts:before{
		right: 45px;
	}
	
	.content_links_afbeelding_rechts h2 {
		margin-bottom: 20px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.content_links_afbeelding_rechts:before{
		right: calc(((100% - 740px) / 2) + 70px);
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.content_links_afbeelding_rechts:before{
		right: calc(((100% - 940px) / 2) + 70px);
	}
}