.cltr-community-testimonials {
	padding: 120px 0;
}

.cltr-community-testimonials .section-title {
	font-family: Lucida Bright;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.017em;
	color: #000000;
	max-width: 792px;
	margin: 0 auto 60px;
}

.cltr-community-testimonials .community-testimonials {
	width: 100%;
	max-width: 792px;
	margin: 0 auto;
}

.cltr-community-testimonials .community-testimonials--display-first-four .community-testimonial {
	display: none;
}

.cltr-community-testimonials .community-testimonials--display-first-four .community-testimonial:nth-child(-n + 4) {
	display: flex;
}

.cltr-community-testimonials .community-testimonial {
	width: 100%;
	background: #F8EFE1;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	box-sizing: border-box;
}

.cltr-community-testimonials .community-testimonial:last-child {
	margin-bottom: 0;
}

.cltr-community-testimonials .community-testimonial .community-testimonial__image {
	width: 60px;
	min-width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
}

.cltr-community-testimonials .community-testimonial .community-testimonial__content {
	width: calc(100% - 80px);
}

.cltr-community-testimonials .community-testimonial .author-info {
	margin: 0;
	margin-bottom: 8px;
	font-family: Euclid Circular A;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.012em;
	color: rgba(0, 0, 0, 0.6);
}

.cltr-community-testimonials .community-testimonial .author-info .author-info__name {
	color: #000;
	font-weight: 600;
	margin-right: 20px;
}

.cltr-community-testimonials .community-testimonial .text {
	font-family: Euclid Circular A;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.012em;
	color: #000000;
	margin: 0;
}

.cltr-community-testimonials .load-more-button {
	margin: 50px auto 0;
	border: 0;
	outline: none;
	cursor: pointer;
	display: block;
}

@media screen and (max-width: 768px){
	.cltr-community-testimonials {
		padding: 60px 0;
	}

	.cltr-community-testimonials .section-title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.cltr-community-testimonials .community-testimonial {
		padding: 30px 20px;
		margin-bottom: 15px;
		position: relative;
	}

	.cltr-community-testimonials .community-testimonial .community-testimonial__image {
		width: 50px;
		min-width: 50px;
		height: 50px;
		position: absolute;
		top: 30px;
		left: 20px;
	}

	.cltr-community-testimonials .community-testimonial .community-testimonial__content {
		width: 100%;
	}

	.cltr-community-testimonials .community-testimonial .author-info {
		padding-left: 65px;
		margin-bottom: 18px;
	}

	.cltr-community-testimonials .community-testimonial .author-info span {
		width: 100%;
		display: block;
	}

	.cltr-community-testimonials .load-more-button {
		margin-top: 25px;
	}
}