.zenref-earnings {
  margin-top: 102px;
  padding: 0 24px;
  color: #FFF;
  background: transparent;
}

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

.zenref-earnings__title {
  margin: 0;
  color: #FFF;
  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: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}

.zenref-earnings__title-accent,
.zenref-earnings__title .green {
  color: #22E243;
}

.zenref-earnings__desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.zenref-earnings__desc-line {
  margin: 0;
  margin-bottom: 0 !important;
  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: 700;
  line-height: 28px;
}

.zenref-earnings__desc-line--secondary {
  font-weight: 400;
  margin-bottom: 0 !important;
}

.zenref-earnings__desc-line strong {
  color: #FFF;
  font-weight: 700;
}

@media (max-width: 768px) {
  .zenref-earnings {
    margin-top: 0 !important;
  }

  .zenref-earnings__inner {
    gap: 40px;
  }

  .zenref-earnings__title {
    font-size: 32px;
  }

  .zenref-earnings__desc-line {
    font-size: 16px;
  }
}
