.text-typed-csss {
    background: linear-gradient(to left, #FF7300, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }



    .step-number {
      width: 50px;
      height: 50px;
      background-color: #e0e0e0;
      font-weight: bold;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      flex-shrink: 0;
    }

    
 


