/* xFigma – Scheiblhofer RE: Zitat (Figma-Node 267:1915) */
.xfigma-re-quote {
  background: #131313;
  color: #ffffff;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  padding: 120px 37px;
}
.xfigma-re-quote__inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  text-align: center;
}
.xfigma-re-quote__heading {
  margin: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
}
.xfigma-re-quote__heading strong {
  font-weight: 700;
}
.xfigma-re-quote__text {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
}
.xfigma-re-quote__author {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  line-height: normal;
  color: #ffffff;
}
@media (max-width: 760px) {
  .xfigma-re-quote {
    padding: 72px 24px;
  }
  .xfigma-re-quote__heading {
    font-size: 40px;
  }
  .xfigma-re-quote__text,
  .xfigma-re-quote__author {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .xfigma-re-quote__heading {
    font-size: 32px;
  }
  .xfigma-re-quote__text,
  .xfigma-re-quote__author {
    font-size: 20px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/153.css.css.map */