/* xFigma – Scheiblhofer RE: one family, same standard */
.xfigma-re-team {
  background: #131313;
  color: #fff;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.xfigma-re-team__title {
  margin: 0;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1.3px;
}
.xfigma-re-team__title-light {
  font-weight: 300;
}
.xfigma-re-team__title-bold {
  font-weight: 700;
}
.xfigma-re-team__grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1012px;
}
.xfigma-re-team__card {
  margin: 0;
  flex: 0 1 479px;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
  text-align: center;
}
.xfigma-re-team__img {
  width: 100%;
  height: 626px;
}
.xfigma-re-team__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.xfigma-re-team__name {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.xfigma-re-team__quote {
  margin: 6px 0 0;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.15;
}
@media (max-width: 900px) {
  .xfigma-re-team {
    padding: 64px 24px;
  }
  .xfigma-re-team__title {
    font-size: 40px;
  }
  .xfigma-re-team__img {
    height: 480px;
  }
  .xfigma-re-team__name {
    font-size: 26px;
  }
  .xfigma-re-team__quote {
    font-size: 19px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/167.css.css.map */