.wp-block-quote,
.wp-block-quote.is-style-large {
  line-height: 34px;
  background: #36CDD8;
  color: white;
  padding: 16px 8px;
  margin: 0;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
}
.wp-block-quote.is-style-large:before {
  content: "“";
  font-size: 100px;
  font-size: 6.25rem;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.wp-block-quote p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #707070;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}
