.inner_hoe_te_werk{
	background: var(--grijs);
	padding: 5.5rem 6rem;
}

.hoe_te_werk_item + .hoe_te_werk_item{
	border-top: solid 0.1rem var(--bordergrijs);
	padding-top: 3rem;
	margin-top: 3rem;
}

@media (max-width:767px)
{		
	.inner_hoe_te_werk {
		padding: 3rem 3rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}