.hns-recruitment-benefits {
  width: 100%;
  padding: 58px 16px 62px;
  background: #171717;
  color: #fff8e7;
}

.hns-recruitment-benefits *,
.hns-recruitment-benefits *::before,
.hns-recruitment-benefits *::after {
  box-sizing: border-box;
}

.hns-recruitment-benefits__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.hns-recruitment-benefits__heading.hns-page-heading {
  margin: 0 0 34px;
  color: #fff8e7;
  text-align: center;
}

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

.hns-recruitment-benefits__item {
  display: grid;
  justify-items: center;
  min-width: 0;
  color: rgba(255, 248, 231, 0.72);
  text-align: center;
}

.hns-recruitment-benefits__icon {
  display: flex;
  width: 72px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
}

.hns-recruitment-benefits__icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.hns-recruitment-benefits__mark {
  width: 28px;
  height: 2px;
  margin: 0 0 18px;
  background: #d9a91c;
}

.hns-recruitment-benefits__item h3 {
  margin: 0 0 8px;
  color: #fff8e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--hns-fs-card-title-lg, 20px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.hns-recruitment-benefits__item p {
  max-width: 220px;
  margin: 0;
  font-size: var(--hns-fs-body, 14px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

@media (max-width: 849px) {
  .hns-recruitment-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }
}

@media (max-width: 549px) {
  .hns-recruitment-benefits {
    padding: 44px 16px 48px;
  }

  .hns-recruitment-benefits__heading.hns-page-heading {
    margin-bottom: 28px;
  }

  .hns-recruitment-benefits__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
