/* Smooth free mode transition */
.sc-testimonial-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
	margin: 0 auto;
}

@media screen and (min-width: 992px) {
	.sc-testimonial-swiper.swiper {
		overflow :unset;
	}

	.sc-testimonial-swiper .swiper-slide {
		transition: transform 0.1s ease;
		transition: background 0.9s ease;
		transform-origin: center center;
		will-change: transform;
		backface-visibility: hidden;
	}

	.sc-hm-testimonial-grp .testimonial-item.is-center {
		background-color : #C4CBFF;
	}

}