.andere_verhalen h3.text-center{
    margin-bottom: 5.5rem;
}

.verhaal_grid:not(.tns-slider){
	display: grid !important;
}

.verhaal_grid .verhaal > div{
	position: relative;
}

@media (max-width:767px)
{		
    .links_uitbreiden .content_gekaderd_inner.andere_verhalen_container{
        padding-right: 0;
    }

	.andere_verhalen h3.text-center{
		margin-bottom: var(--default-margin-bottom);
	}
    
    .rechts_uitbreiden .content_gekaderd_inner.andere_verhalen_container{
        padding-left: 0;
    }
}

@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)
{
    
}