.reviews_blok_inner{
	color: var(--groen);
}

.reviews_blok_inner,
.reviews_blok_inner *{
	box-sizing: border-box;
}

.reviews_blok_slider{
	display: block;
}

.reviews_blok_slide{
	min-width: 0;
}

.reviews_blok_item{
	display: flex;
	gap: 0.8rem;
	align-items: stretch;
	min-width: 0;
}

.reviews_blok_foto{
	flex: 0 0 18.8rem;
	width: 18.8rem;
	height: 18.8rem;
	background-color: var(--beige);
	border-radius: 1rem;
	overflow: hidden;
}

.reviews_blok_foto img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews_blok_quote{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.1rem;
	min-width: 0;
	min-height: 18.8rem;
	padding: clamp(2.4rem, 3vw, 3.8rem) clamp(2.4rem, 4vw, 5.6rem);
	background-color: var(--beige);
	border: 0.1rem solid rgba(28, 31, 35, 0.15);
	border-radius: 1rem;
    flex: 1;
}

.reviews_blok_content{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.reviews_blok_content > *{
	margin-top: 0;
}

.reviews_blok_content > :last-child{
	margin-bottom: 0;
}

.reviews_blok_naam{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5rem;
}

@media (max-width:767px)
{
	.reviews_blok_item{
		flex-direction: column;
	}

	.reviews_blok_foto{
		flex-basis: auto;
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}

	.reviews_blok_quote{
		min-height: 0;
		padding: 2.4rem 2rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.reviews_blok_item{
		flex-direction: column;
	}

	.reviews_blok_foto{
		flex-basis: auto;
		width: 18.8rem;
		height: 18.8rem;
		max-width: 100%;
	}

	.reviews_blok_quote{
		min-height: 0;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
	
}
