

.testimonial .slider {
	position: relative;
	padding: 4rem 0 0 0;
}
.testimonial .slick-slider .slick-track {
	padding-bottom: 1rem;
}

.testimonial .slider .slick-slide {
	padding: 0 0.75rem;
}

.testimonial .slick-arrow {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;

	height: 3rem;
	width: 3rem;

	background: #FFFFFF;
	fill: #CCC;
	border: 1px solid #CCC;
	border-radius: 50%;

	top: 0;
	left: calc(50% - 1.5rem) !important;
	right: auto !important;
	cursor: pointer;
}
.testimonial .slick-arrow:hover {
	fill: var(--color1);
	border: 1px solid var(--color1);
	background: #FFFFFF;
}
.testimonial .slick-arrow.prev {
	transform: translateX(-2rem);
}
.testimonial .slick-arrow.next {
	transform: translateX(2rem);
}
.testimonial .slick-arrow svg {
	width: 1.5rem;
	height: 1.5rem;
}


.testimonial .inner {
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	border-radius: .5rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.1);
	padding: 1.5rem;
}
.testimonial .content {
	margin-top: .5rem;
}
.testimonial .author {
	color: inherit;
	text-decoration: none;
}
.testimonial .name {
	margin: 0;
	font-weight: 600;
}
.testimonial .author2 {
	margin: 0.25rem 0 0;
	opacity: 0.8;
}
.testimonial .stars {
	color: #fdd663;
}