.learn-page .emphasis {
  color: var(--accent);
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.learn-page .service-screen {
  background:
    radial-gradient(circle at top center, rgba(201, 166, 70, 0.06) 0%, rgba(11, 15, 26, 0) 30%),
    linear-gradient(180deg, rgba(13, 20, 36, 1) 0%, rgba(11, 15, 26, 1) 100%);
}

.learn-page .learn-hero-visual {
  opacity: 0.34;
  background-position: 72% center;
}

.learn-page .hero-copy p,
.learn-page .section-body,
.learn-page .section-closing {
  max-width: 760px;
}

.learn-page .hero-buttons {
  margin-top: 28px;
}

.learn-page .final-top p:last-of-type {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.52);
}
