/* A compact review strip keeps the vehicle range as the main focus. */
.testimonials{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);column-gap:42px;row-gap:12px;align-items:center;padding:32px 7.5vw}
.testimonial-heading{margin:0}
.testimonial-heading h2{font-size:34px;line-height:1}
.testimonial-controls{position:static;margin-top:16px}
.testimonial-controls button{width:34px;height:34px;font-size:15px}
.testimonial-window{grid-column:2;grid-row:1 / span 2}
.testimonial-rail{align-items:flex-start}
.review-card{padding:20px 24px}
.review-person>span{width:36px;height:36px;font-size:11px}
.review-person b{font-size:14px}
.stars{margin:15px 0 8px;font-size:15px}
.review-card blockquote{font-size:14px;line-height:1.45}
.review-dots{grid-column:2;margin-top:0}
@media(max-width:640px){.testimonials{display:block;padding:42px 24px}.testimonial-heading{margin-bottom:22px}.testimonial-heading h2{font-size:34px}.testimonial-controls{margin-top:18px}.testimonial-window{display:block}.review-card{padding:22px}.review-dots{margin-top:16px}}
