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

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

.hns-showroom-privileges__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 14px 24px 68px;
  text-align: center;
}

.hns-showroom-privileges__heading.hns-page-heading {
  margin: 0 0 32px;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.hns-showroom-privileges__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.hns-showroom-privileges__item {
  min-width: 0;
}

.hns-showroom-privileges__icon {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #f7f1e4;
}

.hns-showroom-privileges__icon svg,
.hns-showroom-privileges__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.hns-showroom-privileges__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hns-showroom-privileges__icon img {
  object-fit: contain;
}

.hns-showroom-privileges__line {
  display: block;
  width: 36px;
  height: 2px;
  margin: 0 auto 13px;
  background: #d0a038;
}

.hns-showroom-privileges__item h3 {
  margin: 0 0 6px;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.hns-showroom-privileges__item p {
  max-width: 156px;
  margin: 0 auto;
  color: rgba(247, 241, 228, 0.48);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

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

  .hns-showroom-privileges__heading.hns-page-heading {
    margin-bottom: 26px;
    font-size: 22px;
  }

  .hns-showroom-privileges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .hns-showroom-privileges__icon {
    width: 48px;
    height: 48px;
  }

  .hns-showroom-privileges__item h3 {
    font-size: 14px;
  }

  .hns-showroom-privileges__item p {
    max-width: 150px;
    font-size: 10.5px;
  }
}

@media (max-width: 380px) {
  .hns-showroom-privileges__grid {
    grid-template-columns: 1fr;
  }
}
