.contact-wrapper {
  background-color: #43d5cb;
}
.input-field-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.map-wrapper {
  width: 100%;
  height: 100vh;
  margin-bottom: 50px;
}
.map-wrapper iframe {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 769px) {
  .p-6 {
    padding: 1rem !important;
  }
  .my-6 {
    margin: 0rem !important;
  }
  .input-field-wrapper {
    flex-direction: column;
  }
  .input-field-wrapper .control {
    margin: 10px 0 !important;
  }
}
