.innovation {
    background-size: cover;
    width: 100%;
    height: 710px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 112px;
  }

 
  
  .innovation h1 {
    font-family: emoji;
    font-size: 48px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.6);
    padding: 1rem 2rem;
    border-radius: 12px;
  }

  h2.fw-bold {
    font-family: emoji;
    font-size: 36px;
  }

  .innovation-card {
    transition: transform 0.3s ease;
  }

  .innovation-card:hover {
    transform: scale(1.05);
  }

  h4.card-title {
    font-family: emoji;
    font-size: 26px;
    font-weight: 500;
  }

  p.card-text {
    font-size: 18px;
  }

  p.inovation-para {
    font-size: 18px;
    justify-content: center;
    display: inline-flex;
  }

  @media (min-width: 768px) {
    p.inovation-para {
      max-width: 810px;
    }
  }

  button.innovation-btn {
    background: #006001;
    color: white;
    border: none;
    padding: 6px 15px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .card-subtitle {
    color: #555;
  }

  
  button.innovation-btn:hover{
    background: #007700;
  }

  p.offer-txt {
    font-size: 18px;
  }

 
  @media (max-width: 768px){
    html, body {
        width: 100%;
        overflow-x: hidden;
      }
      
      .row, .container, .card {
        margin-right: 0;
        margin-left: 0;
      }

      .innovation {
        height: 300px;
      }

      .innovation h1{
        font-size: 22px;
        border-radius: 0;
      }

      p.inovation-para {
        font-size: 14px;
        text-align: justify;
      }

      h2.fw-bold {
        font-family: emoji;
        font-size: 30px;
      }

     
      

      p.card-text {
        font-size: 14px;
        line-height: 24px;
      }

      h5.card-subtitle {
        font-size: 17px;
      }

      h4.card-title {
        font-size: 25px;
      }
      
      button.innovation-btn {
        font-size: 16px;
      }

      

  }