.wp-block-pullquote p {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 0px;
}
.wp-block-pullquote {
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: 15px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 35px;
  display: block;
  border-color: #6a6a6a;
}
.entry-content blockquote cite {
  font-style: normal;
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 24px;
}
.homepage_quote_container {
  background-color: #DFDFD3;
  padding: 15px;
  margin-bottom: -20px;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 20, 18, 0.11);
}
.homepage_quote p {
  font-family: 'Palatino Linotype', Palatino, serif;
  font-size: 14px;
  line-height: 1.1em;
  text-align: left;
  margin-bottom: 0;
  font-style: italic;
}
.homepage_quote_title {
  font-style: italic !important;
}
.homepage_quote_container h4 {
  font-style: italic;
  margin: 0 0 5px 0;
  color: #173460;
}
