.helpContent {
  position: relative;
  max-width: 1920px;
  padding: 150px 20px 64px 300px;
  line-height: 1.6;
}

.eyebrow {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a737d;
  margin-bottom: 8px;
}

.helpContent p {
  margin: 0 0 14px;
}

.helpContent a {
  color: var(--light-blue);
  text-decoration: none;
}

.helpContent a:hover {
  font-weight: 400;
}

.footer-note {
  margin-top: 24px;
}

.enjoy {
  font-weight: 700;
  margin-top: 10px;
}

ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

.helpContent ol li {
  position: relative;
  padding-left: 60px; /* space for the number */
}

.helpContent ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  font-size: 27px;
  font-weight: 700;
}

@media (max-width: 850px) {
  .helpContent {
    padding: 110px 20px 100px 20px;
  }
}
