.hns-showroom-production-details {
  width: 100%;
  overflow: hidden;
  background: #151515;
  color: #f7f1e4;
}

.hns-showroom-production-details *,
.hns-showroom-production-details *::before,
.hns-showroom-production-details *::after {
  box-sizing: border-box;
}

.hns-showroom-production-details__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 24px 72px;
}

.hns-showroom-production-details__item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.hns-showroom-production-details__item + .hns-showroom-production-details__item {
  margin-top: 22px;
}

.hns-showroom-production-details__number {
  display: block;
  margin-top: -10px;
  color: rgba(247, 241, 228, 0.22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 5.4vw, 88px);
  font-weight: 700;
  line-height: 0.9;
  text-align: right;
}

.hns-showroom-production-details__content {
  min-width: 0;
}

.hns-showroom-production-details__content h3 {
  margin: 0 0 10px;
  color: #f7f1e4;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.hns-showroom-production-details__content p {
  max-width: 1060px;
  margin: 0;
  color: rgba(247, 241, 228, 0.5);
  font-size: clamp(11px, 0.82vw, 14px);
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: 0;
}

.hns-showroom-production-details__content p + p {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .hns-showroom-production-details__inner {
    max-width: 430px;
    padding: 28px 18px 54px;
  }

  .hns-showroom-production-details__item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .hns-showroom-production-details__item + .hns-showroom-production-details__item {
    margin-top: 26px;
  }

  .hns-showroom-production-details__number {
    margin-top: -6px;
    font-size: 54px;
  }

  .hns-showroom-production-details__content h3 {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .hns-showroom-production-details__content p {
    font-size: 11px;
    line-height: 1.45;
  }
}
