  .formView {
  float: left; 
  width: 50%; 
}


@media screen and (max-width: 750px) {
    .formView {
      float: none;
      width: 100%;
    }
  
    .formView iframe {
      width: 100%;
      height: auto;
      max-width: 100%;
    }
  }
.locationButton{
  color: black !important;
}


  /*
  @media (max-width: 750px) {
    .mobileBut {
      justify-content: center;
      gap: 10px;
      align-items: center;
      flex-wrap: wrap;
    }
    .mobileBut div {
      
      width: 200px !important;
      height: 180px !important;
      margin: 5px 0 !important;
    }
  }*/