.slick-track {
	padding-bottom: 3rem;
}

.testimonialCard {
	background: #fff;
	border: 1px solid #e5e5e5;
	transition:
		background 0.25s ease,
		color 0.25s ease;
}
.testimonialCard.slick-active {
	background: linear-gradient(to bottom right, #9a3412, #6b21a8);
	color: #fff;
}
.slick-dots li button:before {
	font-size: 1rem !important;
}
