.imc-testimonial-wrapper{grid-gap:.5rem;display:grid;grid-template-areas:". heading heading close" "open content content content" "open image description description";grid-template-columns:auto min-content 1fr min-content;grid-template-rows:max-content auto max-content}.imc-quote{width:5rem}.imc-quote-open{align-self:center;grid-area:open;margin-right:.7rem;transform:rotate(180deg)}.imc-quote-close{grid-area:close}.imc-testimonial-heading{align-self:end;grid-area:heading;margin-bottom:0}.imc-testimonial-heading+p,.imc-testimonial-heading+span{grid-area:content;margin-bottom:0}.imc-testimonial-image{align-self:center;border-radius:50%;grid-area:image;max-width:4rem}.imc-testimonial-description{align-self:center;grid-area:description;margin-bottom:0}@media screen and (max-width:992px){.imc-testimonial-wrapper{grid-template-areas:"heading heading heading close" "content content content content" "open image description description"}}