@charset "UTF-8";
body blockquote.wp-block-quote.is-style-default {
  margin: 4rem auto;
  padding-left: 3rem;
  max-width: 68rem;
  width: 90%;
  border-left-style: solid;
  border-left-width: 0.3rem;
  border-left-color: #1e73be;
  font-size: 1.3rem;
  line-height: 2em;
}
body blockquote.wp-block-quote.is-style-default cite {
  font-size: 1.1rem;
}
body blockquote.wp-block-quote.is-style-large {
  position: relative;
  margin: 4rem auto;
  padding: 3rem;
  padding-left: 5rem;
  max-width: 68rem;
  width: 90%;
  overflow: hidden;
  background-color: rgba(30, 115, 190, 0.1);
  border-radius: 1rem;
}
body blockquote.wp-block-quote.is-style-large::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2rem;
  left: 1rem;
  font-size: 3rem;
  opacity: 0.1;
}
body blockquote.wp-block-quote.is-style-large p {
  font-size: 1.5rem;
  line-height: 2em;
}
body blockquote.wp-block-quote.is-style-large cite {
  font-size: 1.3rem;
}
/*# sourceMappingURL=./style.css.map */