.tevreden_klant{
	margin-bottom: 40px;
}

.tevreden_klant_recensie{
	background: #fff;	
    margin-right: -15px;
    margin-left: -15px;
	padding: 20px 30px 20px 30px;
    line-height: 26px;
}

.tevreden_klant_foto{
	background: #fff;
    margin-right: -15px;
    margin-left: -15px;
}

.tevreden_klant_foto picture{
	width: 100%;
	height: 100%;
	display: flex;
}

.tevreden_klant_foto img{
   object-fit: cover; 
	height: 100%;
	width:100%;
}

.tevreden_klant h3{
	line-height: normal;
	margin-bottom: 23px;
}

@media (max-width:767px)
{		
	.tevreden_klant_recensie {
		padding: 15px;
	}
	
	.tevreden_klant .col-sm-12{
		margin-top: 0 !important;
	}
	
	.tevreden_klant_foto,
	.tevreden_klant_recensie{
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.tevreden_klant_recensie{
		padding-left: 30px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.tevreden_klant_recensie{
		padding-left: 30px;
	}
}