.testimonial {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
figcaption {
  font-size: 0.85rem;
  text-align: center;
}
.testimonial .quote {
  font-style: italic;
}
.testimonial .author {
  margin-top: 10px;
  font-weight: bold;
}
.testimonial .author .position {
  font-weight: normal;
  font-style: italic;
  color: #555;
}

.testimonial-block {
  display: grid;
  gap: 1.5625rem;
}

.testimonial-block > .testimonial-cards:nth-of-type(1n) {
  border-bottom: 1px dotted #555;
}

.testimonial-cards > .testimonial-image > figure > img {
  width: 100%;
  height: 80%;
}
