body {
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
figure figcaption {
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
  color: #666;
}
blockquote {
  color: #555;
  padding: 15px 0 0 30px;
  font-style: italic;
  position: relative;
  min-height: 90px;
  z-index: 1;
}
blockquote:after {
  content: "format_quote";
  font-family: "Material Icons", sans-serif;
  display: inline-block;
  font-size: 230px;
  line-height: 1;
  vertical-align: middle;
  font-style: normal;
  color: #eee;
  position: absolute;
  left: -40px;
  top: -60px;
  opacity: 1;
  z-index: -1;
}
/*# sourceMappingURL=html.css.map */