    .section-title {
      font-size: 2rem;
      font-weight: 700;
      color: #2c3e50;
    }
    .bg-theme {
      background: linear-gradient(90deg, #3f51b5, #5c6bc0);
      color: #fff;
      padding: 50px 0;
    }