HTML
<div class="text-center">
<h3 class="testimonial-color">CUSTOMERS REVIEWS</h3>
<h1>TESTEMONIALS</h1>
</div>
<div class="clear">
<div class="testimonial-item column-6">
<div class="testimonial-image column-3 padding-20"><img src="https://web.imasmi.com/plugin/WebCss/file/x-sLGYaQ_stMM-unsplash.jpg" class="image center"/></div>
<div class="testimonial-content column-9 padding-20">
<div class="testimonial-text">"This was one of the best experiences I have ever had with a cab company. I had problems at the airport and the driver stayed with me for over an hour and helped me sort everything out."</div>
<h2 class="testimonial-color">EVA MAISON</h2>
</div>
</div>
<div class="testimonial-item column-6">
<div class="testimonial-image column-3 padding-20"><img src="https://web.imasmi.com/plugin/WebCss/file/x-sLGYaQ_stMM-unsplash.jpg" class="image center"/></div>
<div class="testimonial-content column-9 padding-20">
<div class="testimonial-text">"This was one of the best experiences I have ever had with a cab company. I had problems at the airport and the driver stayed with me for over an hour and helped me sort everything out."</div>
<h2 class="testimonial-color">EVA MAISON</h2>
</div>
</div>
</div>
<div class="text-center">
<div><a href="https://web.imasmi.com/webcss" target="blank">Created with WebCss</a></div>
Photo by <a href="https://unsplash.com/@speckfechta?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" target="blank">x )</a> on <a href="https://unsplash.com/s/photos/face?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText" target="blank">Unsplash</a>
</div>
CSS
.testimonial-color{color: #f7c119;}
.testimonial-image .image{height: 100px; width: 100px; border-radius: 100%;}
.testimonial-text{font-style: italic; line-height: 1.3; font-size: 1.1em; font-family: 'Open Sans',sans-serif;}