.customer-reviews__heading {
	margin-bottom: 20px;
}

.customer-reviews__heading :last-child {
	margin-bottom: 0;
}

.customer-review-slider {
	margin: 0 -13px;
	padding-bottom: 0;
	font-size: 0;

	.slick-track
	{
	    display: flex !important;
	}

	.customer-review-item,
	.slick-slide,
	.slick-slide > div
	{
	    height: inherit !important;
	    display: flex!important;
	}

}

.customer-review-item {
	padding: 13px 13px 0;
}

.customer-reviews__bttn .btn-group {
	margin-top: 52px;
	align-items: self-start;
	justify-content: start;
}

.customer-review {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 20px 24px;
	background: var(--color-gray-100);
}

.customer-review::before {
	content: "\e919";
	font-family: var(--font-icon);
	position: absolute;
	top: -13px;
	left: 24px;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	z-index: 1;
	color: var(--primary-color);
}

.customer-review::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 330px;
	height: 5px;
	background: var(--color-gray-300);
	clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.customer-review__details {
	padding-right: 18px;
	padding-bottom: 15px;
	position: relative;
}

.customer-review__details p {
	font-size: 18px;
	line-height: 1.55em;
	color: #0f0f0f;
}

.customer-review__details::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 125px;
	height: 1px;
	background: var(--color-gray-300);
}

.customer-review__author {
	margin-top: 15px;
}

.customer-review__author h4 {
	font-size: 20px;
	line-height: 1.2em;
	margin: 0;
	font-family: var(--body-font-family);
	letter-spacing: 1px;
	color: #0f0f0f;
}

.customer-review__author h4 span {
	display: block;
	text-transform: none;
	font-size: 15px;
	font-family: var(--font-light);
}

.customer-reviews__bttn {
	display: flex;
	justify-content: start;
	flex-direction: column;
	margin-inline: auto;
	margin-top: 24px;
}

.customer-reviews__arrows {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	justify-content: start;
	gap: 27px;

	&:has(.slick-arrow) {
		display: flex;
	}

	.slick-arrow {
		position: relative;
		margin: 0;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}
}

@media (min-width: 768px) {
	.customer-reviews__heading {
		margin-bottom: 63px;
	}

	.customer-review-slider {
		margin: 0 -65px;
		padding-bottom: 0;
		font-size: 0;
	}

	.customer-reviews__bttn .btn-group {
		margin-top: 52px;
		padding-left: 0;
	}

	.customer-review {
		padding: 30px 52px;
		width: 494px;
	}

	.customer-review::before {
		left: 34px;
	}

	.customer-reviews__arrows {
		/* display: flex; */
		justify-content: start;
		gap: 8px;
		margin-top: 0;
		position: relative;
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.customer-reviews__bttn .btn-group {
		margin-top: 29px;
	}

	.customer-review-slider {
		margin: 0 -16px;
	}

	.customer-review-item {
		padding: 13px 16px 0;
	}

	.customer-review {
		padding: 30px 52px;
		width: 100%;
	}

	.customer-review::before {
		left: 34px;
	}

	.customer-reviews__arrows {
		justify-content: center;
		gap: 8px;
		margin-top: 0;
		position: relative;
	}

	.customer-reviews__wrapper {
		max-width: 1588px;
		margin: 0 auto;
	}

	.customer-reviews__bttn {
		padding-bottom: 62px;
		gap: 0;
		flex-direction: row;
		max-width: 500px;
		justify-content: space-around;
		align-items: end;
	}
}
