/* Created by Content Blocks */
.zitat {
  align-items: center;
}
.zitat p {
  font-size: 1.2rem;
  font-style: italic;
}
.zitat img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.zitat svg {
  margin-bottom: 0 !important;
}
.zitat .zitat-wrap {
  align-self: baseline;
}
.zitat .zitat-icon {
  max-width: 100%;
  width: 4rem;
  height: 4rem;
  background: url(quote_black.svg) no-repeat;
  background-size: contain;
  margin-top: 1rem;
}

@media (max-width: 1400px) {
  .zitat img {
    display: block;
    margin: 0 auto 1rem auto;
  }
  .zitat p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=Frontend.css.map */
