.testimonial {
	padding: 75px 0 113px;
	position: relative;
	background-color: #F5F5F5;
}

.testimonial-item {
	padding: 30px 36px;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	display: flex !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	flex-direction: column;
	justify-content: space-between;
}

.js-testimonial:not(.slick-initialized) .testimonial-item {
	margin: 0 auto;
	max-width: 388px;
}

.js-testimonial .slick-slide {
	margin: 20px;
	height: auto;
}

.js-testimonial .slick-track {
	display: flex;
}

.js-testimonial .slick-slide div {
	height: 100%;
}

.js-testimonial .slick-slide div .testimonial-item div {
	height: auto;
}

.js-testimonial {
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding-bottom: 60px;
}

.testimonial-heading {
	text-align: center;
}

.testimonial .btn {
	margin-top: 40px;
	margin: 40px auto 0;
	display: table;
}

.testimonial-item h4 {
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	color: #2B292A;
	text-align: center;
	text-transform: none;
}

.testimonial-item h4::before {
	display: none;
}

.testimonial-item h4 span {
	font-size: 16px;
	color: #A2A2A2;
	display: block;
	letter-spacing: 0.1em;
	margin-top: 5px;
	text-transform: uppercase;
}

.testimonial-item p {
	line-height: 1.5em;
}

.testimonial-top-content {
	padding-bottom: 15px;
	color: #4E4E4E;
}

.testimonial-heading h2 {
	padding-bottom: 10px;
}

.testimonial-item ul {
	padding: 0;
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-item ul li:before {
	display: none;
}

.testimonial-item ul li {
	margin: 0 2.5px;
	padding: 0;
}

.testimonial-item ul li i {
	color: #ce373d;
	font-size: 18px;
}

.testimonial-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.testimonial .container {
	position: relative;
	z-index: 1;
}

.testimonial-fancybox {
	max-width: 420px;
}

.testimonial-fancybox.testimonial-item {
	display: none !important;
}

.testimonial-fancybox.testimonial-item.fancybox__content {
	display: flex !important;
}

@media (min-width: 768px) {
	.js-testimonial {
		width: calc(100% + 104px);
		margin: 0 -52px;
		padding-bottom: 0;
	}

	.testimonial {
		padding: 100px 0 140px;
	}

	.js-testimonial .slick-slide {
		margin: 20px 16px;
	}

	.testimonial-item {
		padding: 40px 40px 35px;
		border-radius: 20px;
	}

	.js-testimonial:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		background: rgb(255, 255, 255);
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 1) 100%);
		z-index: -1;
	}

	.testimonial .btn {
		margin: 30px auto 0;
	}

	.testimonial-top-content {
		padding-bottom: 20px;
	}

	.testimonial-item h4 {
		font-size: 22px;
	}

	.testimonial-item h4 span {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	.js-testimonial:after {
		display: none;
	}

	.js-testimonial {
		margin: 0 -16px;
		width: 100%;
	}

	.js-testimonial .slick-next {
		right: -5px;
	}

	.testimonial {
		padding: 115px 0;
	}

	.testimonial-item h4 span {
		font-size: 18px;
		margin-top: 10px;
	}

	.testimonial-item ul {
		margin: 0 0 10px;
	}

	.testimonial-item {
		padding: 40px 42px 35px;
	}

	.testimonial--inner .container {
		max-width: 1380px;
	}

	.testimonial--inner .testimonial-item {
		padding: 36px 38px 28px;
	}

	.testimonial-top-content {
		padding-bottom: 15px;
	}

	.testimonial-item ul li i {
		font-size: 20px;
	}
}