.fc_testimonials .testimonials_slider {
	display: flex;
}
.fc_testimonials .tns-inner {
	overflow: hidden;
}
.fc_testimonials .testimonials_slider .testimonial {
	text-align: center;
}
.fc_testimonials .testimonials_slider .testimonial > p:first-child {
	font-family: "Josefin Sans", sans-serif;
	color: #555;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
}
.fc_testimonials .tns-outer {
	position: relative;
}
.fc_testimonials .tns-controls {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.fc_testimonials .tns-controls button {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='61' fill='none'%3E%3Ccircle cx='30' cy='30' r='29' stroke='%2300B3BA' stroke-width='2' transform='matrix(-1 0 0 1 60 .5)'/%3E%3Cpath fill='%2300B3BA' d='M41.25 29.5a1 1 0 1 1 0 2v-2Zm-23.207 1.707a1 1 0 0 1 0-1.414l6.364-6.364a1 1 0 0 1 1.414 1.414L20.164 30.5l5.657 5.657a1 1 0 0 1-1.414 1.414l-6.364-6.364Zm23.207.293h-22.5v-2h22.5v2Z'/%3E%3C/svg%3E");
	border: none;
	width: 60px;
	height: 61px;
	background-color: transparent;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.fc_testimonials .tns-controls button[data-controls = 'next'] {
	transform: rotate(180deg);
}
.fc_testimonials .tns-controls button:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='61' fill='none'%3E%3Ccircle cx='30' cy='30.5' r='30' fill='%2300B3BA' transform='rotate(180 30 30.5)'/%3E%3Cpath fill='%23fff' d='M41.25 31.5a1 1 0 1 0 0-2v2Zm-23.207-1.707a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L20.164 30.5l5.657-5.657a1 1 0 0 0-1.414-1.414l-6.364 6.364ZM41.25 29.5h-22.5v2h22.5v-2Z'/%3E%3C/svg%3E");
	transition: all .3s ease-in-out;
}

@media (max-width: 640px) {
	.fc_testimonials .tns-controls {
		position: relative;
		margin-top: clamp(15px, 3vw, 40px);
	}
}
