@media (min-width: 1024px) and (max-width: 1255px){
    .galop{
        font-size: .93rem !important;
    }    
}

@media (min-width: 1256px) and (max-width: 1477px){
    .galop{
        font-size: 1.1rem !important;
    }    
}


@media screen and (max-width: 500px){
    .title-1.flex{
      font-size: 28px;
    }

    .white-r{
      display: none;
    }
  }

  @media (min-width:768px) and (max-width:1328px){
    .tech-container{
      display: none !important;
    }
  }


  @media (min-width:501px) and (max-width: 650px){
    .title-1.flex{
      font-size: 30px;
    }

    .white-r{
      display: none;
    }
  }

  @media (min-width:651px) and (max-width: 702px){
    .title-1.flex{
      font-size: 33px;
    }

    .white-r{
      display: none;
    }
  }

  @media screen and (min-width: 703px) {
    .title-1.flex{
      font-size: 40px;
    }
  }


  /* quote quotation */
  .check-container {
    width: 100%;
    height: 50vh; /* Half the full screen height */
    background-color: #111827;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .check-text.mt-5{
    margin-top: 20px;
  }


  .check-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #60a5fa;
  }

  .check-text {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .check-title {
      font-size: 1.5rem;
    }

    .check-text {
      font-size: 0.9rem;
    }
  }

  @media (max-width: 480px) {
    .check-title {
      font-size: 1.2rem;
    }

    .check-text {
      font-size: 0.8rem;
    }
  }

  @media screen and (max-width:1456px){
    .magical{
      display: none;
    }

    .magical-accord{
      margin-top: -50px !important;
    }
  }

  @media screen and (min-width:1456px){
    .check-container{
      display: none;
    }
  }

  @media screen and (max-width: 1456px){
    .forensic-dropper{
      width: 100% !important;
    }
    
    .dropper-container{
      padding-left: 30px !important;
      padding-right: 30px !important;
    }

  }  


  .dora.dart{
    padding-top: 3%;
    padding-bottom: 3%;
  }