.pricing-section {
  background: var(--new-bg-green);
  padding: 80px 0;
}

.pricing-section h2 {
  font-weight: 800;
}

.pricing-section p {
  color: #555;
  max-width: 600px;
  margin: 0 auto 30px auto;
}