.wp-block-quote {
  font-style: italic;
  /* border-left: 4px solid #ccc; */
  /* background-color: red; */
  /* padding-left: 16px; */
  padding: 20px 0;
  padding-left: 70px !important;
  padding-top: 40px !important;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;


}


blockquote.wp-block-quote p {
  display: block;
  text-align: right;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 18px;
  text-align: left;
  font-style: normal;
  font-weight: 300;
  width: -webkit-fill-available;
  /* Chrome, Safari */
  width: -moz-available;
  /* Firefox */
  width: fill-available;
  font-family: var(--wp--preset--font-family--lexend, Lexend);

  &::after {
    content: "\f10d";
    font-size: 50px;
    color: inherit;
    position: absolute;
    left: 0px;
    top: 5px;
    font-family: "FontAwesome";
    opacity: 0.9;
  }
}



/* mobile */
@media (max-width: 800px) {
  .wp-block-quote {
    padding: 30px !important;
    padding-right: 0;
    padding-bottom: 20px;
    /* padding: 10px; */
    font-size: 16px;


  }

  blockquote.wp-block-quote p {

    &::after {
      font-size: 30px;
      left: -5px;
      top: 12px;
    }
  }
}