.section-testimonials{
	padding: 50px 0;
}
.testimonials-swiper{
	max-width: 1030px;
	margin: 0 auto;
}
.testimonials-swiper .swiper-wrapper{
	text-align: center;
}
.testimonials-swiper .swiper-slide{
	padding-bottom: 50px;
}
.testimonial-message {
	color: #555555;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.03em;
	font-style: italic;
	margin-bottom: 15px;
	@media(max-width:767px){
		padding-left: 35px;
		padding-right: 35px;
	}
}
.testimonial-author {
	color: #231F20;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.date{
	color: #A6A6A6;
	font-size: 16px;
	line-height: 24px;
}