.feedbackcompany{
	overflow-x: clip;
}

#content .feedbackcompany :is(p, h2) + :is(h2, h3){
	margin-top: 1.5rem !important;
}

#content .feedbackcompany :is(h2) + :is(p, ul, ol, h2, h3, h4, .gekaderd_blok, .button-group, address, table, section, form, section, .introtekst){
	margin-top: 3rem !important;
}

.feedbackcompany_slider{
	display: flex;
}

.feedbackcompany a{
	color: var(--blauw) !important;
	text-decoration: underline;
	font-weight: 300;
}

.feedbackcompany_review{
	background: #fff;
	height: 100%;
	border-radius: 1rem;
	padding: 2.5rem;
	border: 0.1rem solid var(--bordergrijs);
}

.feedbackcompany_text{	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
}

.feedbackcompany_name{
	margin-top: 1rem;
}

@media (max-width:767px)
{	
	
	
	.feedbackcompany .tns-ovh{
		overflow: visible;
	}
	
	.feedbackcompany_slider{
		margin-top: 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)
{
    
}