.page-content-section {
  background: var(--dark-bg);
  padding: 60px 0;
}

.page-content {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  line-height: 1.7;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

.page-content p {
  margin-bottom: 1em;
}

.page-content a {
  color: var(--step-circle);
  text-decoration: underline;
}

.page-content ul,
.page-content ol {
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: disc;
}

.page-content ol {
  list-style: decimal;
}

.page-content img {
  border-radius: 10px;
  margin: 20px 0;
}
