.quote {
  background: linear-gradient(90deg, #0099C9, #38B6AB);
  border-radius: 2rem;
  padding: 2rem 4rem 2rem 3rem;
  color: white;
  width: 100%;
  margin: 1rem 0;
  font-size: 1.25rem;
}
.quote .blockquote {
  margin-bottom: 2rem;
}
.quote .blockquote p {
  line-height: 1.2;
}
.quote .blockquote-footer {
  color: white;
}
.quote .blockquote-footer::before {
  content: "";
}
.quote figcaption {
  margin-bottom: 0;
}