/* xFigma – Scheiblhofer RE: Kennzahlen */
.xfigma-re-stats {
  display: flex;
  height: 256px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  color: #fff;
  text-align: center;
  background: #131313;
}
.xfigma-re-stats__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
}
.xfigma-re-stats__col--mid {
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
.xfigma-re-stats__value {
  margin: 0;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.xfigma-re-stats__value b {
  font-weight: 700;
}
.xfigma-re-stats__value span {
  font-weight: 300;
}
.xfigma-re-stats__label {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1.3px;
}
@media (max-width: 760px) {
  .xfigma-re-stats {
    height: auto;
    flex-direction: column;
  }
  .xfigma-re-stats__col {
    padding: 36px 20px;
  }
  .xfigma-re-stats__col--mid {
    border: 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .xfigma-re-stats__value {
    font-size: 44px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/166.css.css.map */