.repo-testimonial-outer {
  margin-bottom: 20px;
  padding: 1.5em 1em 1em;
  background-color: white;
  box-shadow: 0px 15px 25px -10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  overflow: hidden;
}

.repo-testimonial::before {
  content: url(/wp-content/uploads/2021/11/quote.svg);
  position: relative;
  width: 30px;
  grid-column: 1;
  grid-row: 1;
  margin-top: 5px;
}

.repo-testimonial {
  position: relative;
  display: grid;
  grid-template-columns: 50px auto auto;
  margin-top: 0;
  font-size: 14px;
}

.repo-testimonial-text {
  grid-column: 2/-1;
  grid-row: 1;
  margin: 0 0 20px;
}

.repo-testimonial-author {
  grid-column: 2;
  grid-row: 2;
  font-weight: 600;
}

.repo-testimonial-date {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
}
