<style>
.qq-main-button-1 {
    display: flex;
    width: 250px;
    height: 52px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    background-color: #00a0de;
    color: white!important;
    border-style: none;
    font-family: Lato, sans-serif;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
}
  .form-desktop {
    display: block;
  }
 
  .form-mobile {
    display: none; 
  }
 
  @media only screen and (max-width: 768px) {
    .form-desktop {
      display: none;
    }
 
    .form-mobile {
      display: block !important;
    }
  }
</style>








