.testimonial--module .testimonial--wrapper {
/* 	width: 100%;
/* 	max-width: 100%; */ */
}

.testimonial--module .testimonial--wrapper h2 {
	color: #232323;
}

.testimonial--module .testimonial--wrapper .testimonial--title,
.testimonial--module .testimonial--wrapper .testimonial--content,
.testimonial--module .testimonial--wrapper .testimonial--content .testimonial--footer {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.testimonial--module .testimonial--wrapper .testimonial--title { margin-bottom: 15px; }

.testimonial--module .testimonial--wrapper .testimonial--title img {
	max-width: 38px;
	height: auto;
	vertical-align: middle;
	margin-right: 15px;
}

/* Testimonial */
.testimonial--module .testimonial--wrapper .testimonial--content .testimonial--box {
	background-color: #FFFFFF;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,0.06);
	padding: 32px 36px 47px 36px; 
	max-width: 550px;
	margin-bottom: 50px;
}
.testimonial--module .testimonial--wrapper .testimonial--content .content--left .testimonial--box {
	margin-right: 50px;
}

.testimonial--module .testimonial--wrapper .testimonial--content .testimonial--box p {
	line-height: 28px;
}
.testimonial--module .testimonial--wrapper .testimonial--content .testimonial--footer {
	align-items: center;
	margin-top: 20px;
}

.testimonial--module .testimonial--wrapper .testimonial--content .testimonial--footer img {
	width: 50px; 
	height: 50px;
	border-radius: 50%;
}

.testimonial--module .testimonial--wrapper .testimonial--content .testimonial--footer .testimonial--name {
	padding-left: 20px;
}

@media only screen and (max-width : 992px) {
	.testimonial--module .testimonial--wrapper {
		width: 100%;
	}

	.testimonial--module .testimonial--wrapper .testimonial--title, .testimonial--module .testimonial--wrapper .testimonial--content, .testimonial--module .testimonial--wrapper .testimonial--content .testimonial--footer {
		flex-wrap: wrap;
	}

	.testimonial--module .testimonial--wrapper .testimonial--content .testimonial--box {
		width: 100%;
		max-width: 750px;
	}

	.testimonial--module .testimonial--wrapper .testimonial--content .content--left .testimonial--box {
		margin-right: 0px;
	}

}