.menu-lvl-2 sup, .category-title sup {
    color: #dc3545;
    font-size: 75%;
}

blockquote {
  quotes: "“" "”";
  font-style: italic;
  color: #444;
  background-color: #f9f9f9;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-left: 4px solid #B54444;
  position: relative;
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}