.hns-about-core-values {
  width: 100%;
  overflow: hidden;
  background: #151515;
  color: #f7f1e4;
}

.hns-about-core-values *,
.hns-about-core-values *::before,
.hns-about-core-values *::after {
  box-sizing: border-box;
}

.hns-about-core-values__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 32px 86px;
  text-align: center;
}

.hns-about-core-values__heading {
  margin: 0 0 56px;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--hns-fs-section-heading);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-about-core-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
}

.hns-about-core-values__item {
  min-width: 0;
}

.hns-about-core-values__icon {
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #d7c7a2;
}

.hns-about-core-values__icon svg,
.hns-about-core-values__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.hns-about-core-values__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.hns-about-core-values__item > span {
  display: block;
  width: 34px;
  height: 3px;
  margin: 0 auto 16px;
  background: #d0a038;
}

.hns-about-core-values__item h3 {
  margin: 0 0 12px;
  color: #f7f1e4;
  font-size: var(--hns-fs-card-title);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.hns-about-core-values__item p {
  max-width: 265px;
  margin: 0 auto;
  color: rgba(247, 241, 228, 0.5);
  font-size: var(--hns-fs-body);
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .hns-about-core-values__inner {
    max-width: 360px;
    padding: 38px 18px 58px;
  }

  .hns-about-core-values__heading {
    margin-bottom: 38px;
  }

  .hns-about-core-values__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hns-about-core-values__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
  }

  .hns-about-core-values__item > span {
    width: 28px;
    height: 2px;
    margin-bottom: 12px;
  }

  .hns-about-core-values__item h3 {
    margin-bottom: 8px;
    font-size: var(--hns-fs-card-title-sm);
  }

  .hns-about-core-values__item p {
    max-width: 260px;
    font-size: var(--hns-fs-body-sm);
    line-height: 1.45;
  }
}
