.review-slider {
	padding: 4rem 1rem;
	background: #f5f4f1;
	text-align: center;
	font-family: sans-serif;
}

.review-container p {
	margin-bottom: 2rem;
	font-family: var(--arial-bold);
	font-size: var(--font-size-product-description);
	font-weight: bold;
	color: black;
}

.slider-testimonial {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 1rem;
	max-width: 100%;
	overflow-x: hidden;
	padding: 0 1rem;
	box-sizing: border-box;
}

.slides-wrapper-testimonial {
	width: 100%;
	max-width: 1440px;
	overflow: hidden;
}

.slides-parent-testimonial {
	display: flex;
	transition: transform 0.5s ease;
	gap: 1rem;
	box-sizing: border-box;
}

.slide-testimonial {
	min-width: 33%;
	max-width: 50%;
	flex-shrink: 0;
	justify-content: center;
	box-sizing: border-box;
}

.slide-testimonial img {
	width: 100%;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
	object-fit: contain;
}

.nav {
	background: none;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	color: #000;
}

@media (max-width: 900px) {
	.slide-testimonial {
		min-width: 33%;
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
		justify-content: center;
		box-sizing: border-box;
	}
}
