.testimonial-list .testimonial {
	background: linear-gradient(to bottom,  rgba(216,236,239,0.52) 0%,rgba(169,186,209,0.52) 100%);
	padding: 20px;
    box-shadow: 0 0 20px rgba(255, 255, 255, .67);
    color: #002336;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 30px;
}

.testimonial-list .testimonial:last-of-type {
	margin-bottom: 0;
}

.testimonial-list {
	padding: 50px 0;
}

.testimonial h4,
.testimonial-list .testimonial--info__location,
.testimonial-list .reviewBody {
	display: none;
}

.testimonial-list p {
    line-height: 1.55em;
    font-weight: 500;
    padding-bottom: 30px;
}

.testimonial-list .testimonial--info__name,
.testimonial-list .testimonial--info {
	padding-top: 0;
}

.testimonial-list .testimonial p:first-of-type ,
.testimonial--info br {
	display: none;
}

@media (min-width: 768px) {
	.testimonial-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
	}

	.testimonial-list .testimonial {
		padding: 60px 20px;
	}

}

@media (min-width: 1200px) {
	.testimonial-list {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 50px;
	}

	.testimonial-list .testimonial {
		margin-bottom: 50px;
	}
}