.innovation-bg {
    background: url(../assets/inovation-bg.png) no-repeat center bottom;
    background-size: cover;
    z-index: 1;
  }

  .hero-heading2{
    font-weight: 700;
    padding:20px ;
    
  }

  .btn-twelve2 {
    font-family: "ClashDisplay";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    border-radius: 40px;
    color: #000;
    background-color: #FF6500;
    transition: all 0.3s ease-in-out 0s;
  }
  .btn-twelve2:hover {
    background-color: #000;
    color: white;
  }

  .bg-jig{
    background:#201E2C;
    padding:80px 0;
  }
  .c-text{
    color:#FFB601;
  }

  .bg-adv {
    background-color: #201E2C;
    color: white;
  }

  .about-text{
    font-size: 50px;
    font-weight: 600;

  }

  .ongo{
    background:#fff;
    border-radius:18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .ono-text{
    font-weight: 600;
    font-size: 40px;
 
  }

  .ino-bg{
    background: url(../assets/innovation/ino-bg2.svg) no-repeat center bottom;
    background-size: cover;
    z-index: 1;
  }

  .pre-outcomes{
    height:240px;
  }

  @media screen and (max-width: 700px) {
    .ono-text{
      font-weight: 600;
      font-size: 20px;
   
    }

    .past{
      gap: 20px;
    }
    
  }