.zenref-section-heading {
  padding: 0 24px;
  color: #FFF;
  background: transparent;
}

.zenref-section-heading__inner {
  max-width: 1017px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.zenref-section-heading__title {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}

.zenref-section-heading__title .green,
.zenref-section-heading__desc .green,
.zenref-section-heading__title-accent {
  color: #22E243;
}

.zenref-section-heading__desc {
  margin: 0;
  margin-bottom: 0 !important;
  max-width: 887.326px;
  color: #C5BFB5;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.zenref-section-heading__desc strong {
  color: #FFF;
  font-weight: 700;
}

.zenref-section-heading--invite-more {
  margin-top: 162px;
}

.zenref-section-heading--start-earning {
  margin-top: 128px;
  margin-bottom: 55px;
}

.zenref-section-heading--whats-in-it {
  margin-top: 160px;
  margin-bottom: 70px;
}

.zenref-section-heading--whats-in-it .zenref-section-heading__inner {
  gap: 32px;
}

@media (max-width: 768px) {
  .zenref-section-heading--invite-more {
    margin-top: 80px;
  }

  .zenref-section-heading__title {
    font-size: 32px;
  }

  .zenref-section-heading__desc {
    font-size: 16px;
    font-weight: 500;
  }

  .zenref-section-heading--start-earning {
    margin-top: 120px;
    margin-bottom: 64px;
  }

  .zenref-section-heading--whats-in-it {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
