iframe {
  margin: 0 auto;
}

.location {
  margin-top: 40px;
}

.google-form {
  width: 100%;
  height: 1200px;
}

/* Medium devices (tablets, less than 992px) */
@media only screen and (max-width: 992px) {
  .google-form {
    width: 100%;
    height: 800px;
  }
}

/* Small devices (phones, less than 768px) */
@media only screen and (max-width: 768px) {
  .google-form {
    width: 100%;
    height: 1200px;
  }
}
