.is-quote-cover .wp-block-quote {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: var(--rh--h2--font-size);
  border-left: 0;
  line-height: 1.2;
  font-weight: 800;
  position: relative;
  padding: 0;
  font-style: normal;
}
.is-quote-cover .wp-block-quote cite {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
  font-style: normal;
  display: block;
}
.is-quote-cover .is-quote-row {
  line-height: 1.4;
  max-width: 80vw;
}
.is-quote-cover .is-quote-row .is-icon {
  color: var(--rh--color--content--text);
  opacity: 0.5;
  font-size: clamp(40rem, 120vw, 200rem);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: -4vw;
  left: -9vw;
  z-index: -1;
}