/* Section 2 */
.section_2 {
	width: 100%;
	background: #A45F53;
	padding: 1.25rem 0.625rem;
}
.section_2 .container h6 {
	color: #FFF;
	font-size: 1.313rem;
	font-weight: 200;
	text-align: center;
}
.section_2 .container h6 a {
	color: #FFF;
}
/* Section 3 */
.section_3 {
	margin: 3.75rem auto 1.875rem auto;
}
.section_3 .container.single-testimony {
	max-width: var(--ewm-inner-container-width);
}
.section_3 .container.single-testimony h4 {
	font-size: 1.875rem;
	font-weight: 200;
	color: var(--ewm-primary-color);
	max-width: 600px;
	text-align: center;
}

/* Reviews */
.home-review-items .slick-list {
	background: #FFF;
}