.randomQuote--container {
  background: transparent;
  border-bottom: 1px dotted #999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.randomQuote--container p:nth-child(2) {
  display: none;
}
.randomQuote {
  margin-top: -1rem;
  font-size: var(--wp--preset--font-size--medium);
  font-family: 'Georgia', 'Times New Roman', Serif;
  line-height: 1;
  padding: 1rem 1rem;
}
.randomQuote--quote {
  font-style: italic;
  color: #0164A4;
}
.randomQuote--who {
  font-style: italic;
  font-size: var(--wp--preset--font-size--medium);
  color: #9C8944;
}
@media (max-width: 767px) {
  .randomQuote {
    margin-top: -0.5rem;
    padding: 1rem 1rem;
    font-size: var(--wp--preset--font-size--small);
    line-height: 1;
  }
}