.testimonial-list {
    display: grid;
    gap: 2rem;
}

.testimonial {
    text-align: center;
}

.testimonial:before {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  background-image: url('https://myhopefortomorrow.com/wp-content/uploads/2021/09/testimonials-quote.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.testimonial-list {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

@media (min-width: 800px) {
   .testimonial-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.testimonial--info__name {
    margin-top: 0.7rem;
    display: block;
    font-weight: bold;
}

.testimonial-list:before,
.testimonial-list:after {
    content: "";
    display: block;
    position: absolute;
    width: 765px;
    height: 605px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    background-image: url('https://myhopefortomorrow.com/wp-content/uploads/2021/09/testimonials-top-deco.ipng_.png');
}

.testimonial-list:before {
   left: -20%;
}

.testimonial-list:after {
    right: -20%;
    bottom: 200px;
    top: initial;
    /* height: 600px; */
    z-index: -1;
    background-image: url('https://myhopefortomorrow.com/wp-content/uploads/2021/09/testimonials-bottom-deco.png');
}
