.middle-banner-section{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 106px;
}
.middle-banner-section img{
    width: 100%;
    height: auto;
    
}
.gaming-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    /* padding: 60px 20px; */
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    background-color: #e3eeff;
    padding-left:  auto;
    padding-right:auto ;
    padding:40px
  }

  .gaming-text {
    flex: 1 1 500px;
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
  }

  .gaming-text p {
    margin: 0;
  }

  .gaming-illustration {
    flex: 1 1 400px;
    text-align: center;
  }

  .gaming-illustration img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .steps-section {
    padding: 20px 20px;
    max-width: 1000px;
    margin: auto;
    background-color: #ffffff;
  }

  .steps-section h2 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
  }

  .step-list {
    list-style: none;
    padding: 0;
  }

  .step-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
  }

  .step-icon {
    color: darkred;
    font-size: 1.2rem;
    line-height: 1;
  }

  .step-text {
    flex: 1;
  }


  .reasons-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .reasons-section h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 90%;
    margin-left: 5%;
  }

  /* .column {
    flex: 40%; 
    background-color: #f9f9f9;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    
    align-items: center;
   
  } */

  /* .column:hover {
     transform: translateY(-5px); 
  }

  .icon {
    margin-right: 20px;
  }

  .icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }

  .text h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .text p {
    margin-top: 8px;
    font-size: 0.95rem;
    text-align: left;
  } */


  .faq-section {
    background-color: #ffe6e6;
     padding: 40px 20px;  
    /* width: 100%;
    height: 300px;
    padding-top: 50px;  */
  }

  .faq-section-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .faq-left {
    display: flex;
    align-items: center;
    flex: 1 1 300px;
    margin-bottom: 20px;
  }

  .faq-icon {
    width: 70px;
    height: 70px;
    background-color: #8b0000;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }

  .faq-text {
    font-size: 1.6rem;
    color: #8b0000;
    font-weight: bold;
  }

  .faq-right {
    flex: 1 1 200px;
    display: flex;
    justify-content: flex-end;
  }

  .faq-button {
    padding: 25px 40px;
    background-color: #0f1d35;
    color: white;
    font-weight: bold;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, red, orange, yellow, green);
    border-image-slice: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
  }

  .faq-button:hover {
    transform: scale(1.05);
  }
  .middle-section-start{
    width: 100%;
    height:auto;

  }
  .middle-section-start img{
    width: 100%;
    height: auto;
  }

@media (max-width: 768px) {
    .gaming-section {
      /* flex-direction: column-reverse; */
      text-align: center;
    }

    .gaming-text {
      font-size: 0.95rem;
    }

    .steps-section h2 {
        font-size: 12px;
        text-align: center;
      }

      .step-list li {
        flex-direction: row;
        align-items: flex-start;
      }

      .step-icon {
        font-size: 1.1rem;
      }

      /* .column {
        flex: 0 0 90%;
        margin-bottom: 20px;
      } */

      .text p {
        text-align: center;
      }

      /* .column {
        flex-direction: column;
        text-align: center;
      } */

      .icon {
        margin: 0 0 15px 0;
      }

      .reasons-section h1 {
        
        font-size: 1rem;
        
    }

    .faq-section-middle {
        flex-direction: column;
        text-align: center;
      }
    
      .faq-left {
        justify-content: center;
        margin-bottom: 20px;
        flex: 1 1 157px;
      }
    
      .faq-right {
        justify-content: center;
        flex: 1 1 90px;
      }
      
      .steps-section {
    
    text-align: justify;
    padding:15px 20px;
    
}
  }