.testimonials-block h2 {
	margin-bottom: 40px;
}


.testimonial-item {
	min-height: 180px;
	max-width: 630px;
	margin-left: auto;
	background-color: #D8D8D8;
	border-radius: 6px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	overflow: hidden;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	margin-bottom: 40px;
}

.testimonial-item:nth-child(odd) {
	margin-left: 0px;
	margin-right: auto;	
}
.testimonial-item .thumbnail {
	width: 160px;
	height: 202px;
	background-position: center;
	background-size: cover;
	
}
.testimonial-item .post-content {
	padding: 20px;
	width: calc(100% - 180px);
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
		
}

.acf-block-preview .testimonials-block .container {
	max-width: 1200px;
	margin: 0px auto;
}
.acf-block-preview .testimonials-block .container h2 {
	text-align: right;
}
.acf-block-preview .testimonials-block .testimonial-item h3 {
	margin: 0px 0px 10px;
}
.acf-block-preview .testimonials-block .testimonial-item p {
	margin: 0px;	
}