  .section-title {
      text-align: center;
      margin-bottom: 50px;
  }

  .section-title h2 {
      font-size: 36px;
      color: #1e293b;
      margin-bottom: 15px;
  }

  .section-title p {
      color: #64748b;
      max-width: 700px;
      margin: 0 auto;
  }
