.hns-process-steps {
  width: 100%;
  max-width: 1920px;
  margin: var(--hns-process-steps-margin, 0 auto);
  padding: var(--hns-process-steps-padding, 0);
  color: #191919;
  font-family: var(--hns-font-sans);
}

.hns-process-steps *,
.hns-process-steps *::before,
.hns-process-steps *::after {
  box-sizing: border-box;
}

.hns-process-steps--section {
  background-color: #fffcf5 !important;
  padding: var(--hns-process-steps-padding, 50px 0);
}

.hns-process-steps--section > .hns-process-steps__inner,
.hns-process-steps--section > .container.hns-process-steps__inner {
  width: min(100% - 40px, var(--hns-process-steps-container, 1280px));
  max-width: var(--hns-process-steps-container, 1280px);
  margin-right: auto;
  margin-left: auto;
}

.hns-process-steps__heading {
  margin: 0 0 30px;
  color: var(--hns-process-steps-heading-color, #191919);
  font-size: var(--hns-process-steps-heading-size, 32px);
  text-align: center;
}

.hns-process-steps .hnsofa-process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 66px;
  row-gap: 74px;
  margin: 36px auto;
  color: #191919;
}

.hns-process-steps .hnsofa-process-step {
  position: relative;
  min-height: 250px;
  padding: 14px 0 0 66px;
  overflow: hidden;
}

.hns-process-steps .hnsofa-process-step__number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  color: #f0eee8;
  font-family: var(--hns-font-sans);
  font-size: 310px;
  font-weight: 700;
  line-height: 0.78;
  pointer-events: none;
  user-select: none;
}

.hns-process-steps .hnsofa-process-step__content {
  position: relative;
  z-index: 1;
  max-width: 390px;
}

.hns-process-steps .hnsofa-process-step__icon {
  width: 80px;
  height: 80px;
  margin: 0 0 18px 8px;
  color: #1f1f1f;
}

.hns-process-steps .hnsofa-process-step__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hns-process-steps .hnsofa-process-step__title {
  margin: 0 0 14px;
  color: var(--hns-process-step-title-color, #dba022);
  font-size: var(--hns-process-step-title-size, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-process-steps .hnsofa-process-step__description {
  margin: 0;
  color: var(--hns-process-step-description-color, #aaa49c);
  font-size: var(--hns-process-step-description-size, 16px);
  line-height: 1.28;
  text-align: justify;
}

@media (max-width: 1024px) {
  .hns-process-steps .hnsofa-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
    row-gap: 50px;
  }

  .hns-process-steps .hnsofa-process-step {
    min-height: 230px;
  }

  .hns-process-steps .hnsofa-process-step__number {
    font-size: 250px;
  }
}

@media (max-width: 640px) {
  .hns-process-steps .hnsofa-process-steps {
    grid-template-columns: 1fr;
    row-gap: 30px;
    width: 100%;
    margin: 24px auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hns-process-steps .hnsofa-process-step {
    min-height: 190px;
    padding-left: 42px;
  }

  .hns-process-steps .hnsofa-process-step__number {
    font-size: 190px;
  }

  .hns-process-steps .hnsofa-process-step__content {
    max-width: none;
  }

  .hns-process-steps .hnsofa-process-step__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }

  .hns-process-steps .hnsofa-process-step__title {
    font-size: var(--hns-process-step-title-size, 16px);
  }

  .hns-process-steps .hnsofa-process-step__description {
    font-size: var(--hns-process-step-description-size, 15px);
  }
}
