@charset "UTF-8";
body figure.wp-block-pullquote.is-style-default {
  margin: 2rem auto;
  padding: 3rem 2rem;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 0.4rem;
  border-bottom-width: 0.4rem;
  border-top-color: #1e73be;
  border-bottom-color: #1e73be;
}
body figure.wp-block-pullquote.is-style-default blockquote cite {
  font-size: 1.3rem;
}
body figure.wp-block-pullquote.is-style-solid-color {
  position: relative;
  margin: 2rem auto;
  padding: 3rem 2rem;
  background-color: rgba(30, 115, 190, 0.2);
}
body figure.wp-block-pullquote.is-style-solid-color::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 6rem;
  opacity: 0.1;
}
@media (max-width:959px) {
  body figure.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    width: auto;
    margin-left: 8rem;
  }
}
body figure.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-size: 1.3rem;
}
/*# sourceMappingURL=./style.css.map */