.product-testimonial {
	position: relative;
	background: #221f20;
	color: #fff;
	border-bottom: 1px solid #c8c5c3;
}

.product-testimonial__container {
	display: flex;
	flex-direction: column;
}

.product-testimonial__ir-lrg {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 17.92857%;
}

@media not all and (min-width: 1280px) {
	.product-testimonial__ir-lrg {
		padding-bottom: 32%;
	}
}

@media not all and (min-width: 768px) {
	.product-testimonial__ir-lrg {
		display: none;
	}
}

@media (min-width: 768px) {
	.product-testimonial__ir-sm {
		display: none;
	}
}

.product-testimonial__ir-sm {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 66.13692%;
}

.product-testimonial .ir img {
	display: block;
	max-width: 100%;
	min-height: 1px;
	width: 100%;
}

.product-testimonial__background {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	object-fit: cover;
}

.product-testimonial__content {
	inset: 0;
	position: absolute;
	z-index: 2;
}

.product-testimonial__text {
	display: flex;
	justify-content: center;
	width: 39.57143%;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
}

.product-testimonial .text-center {
	text-align: center;
}

.product-testimonial__quote {
	margin: 10px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.72px;
	font-style: italic;
	quotes: '' '';
}

@media not all and (min-width: 1280px) {
	.product-testimonial__quote {
		font-size: 18px;
	}
}

.product-testimonial__customer {
	margin: 10px 0;
	font-family: var(--font-body-family);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.product-testimonial .stars {
	position: absolute;
}

.product-testimonial .one-star-left {
	top: 65.2%;
	left: 8.2%;
}

.product-testimonial .two-stars {
	top: 27.6%;
	right: 20%;
}

.product-testimonial .one-star-right {
	top: 7.4%;
	right: 5.2%;
}
