.section {
  padding: 4rem 1rem;
}

.section h2 {
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section p {
  color: #d0d0d0;
  max-width: 720px;
}

.bg-soft {
  background-color: #111827;
}