.wf4 .wf__markup {
  margin: 12px 0;
}

.wf4 .wf__fields {
  display: flex;
  margin-bottom: 5px;
}

.wf4 .wf__col1 {
  margin-right: 5px;
}

.wf4 .wf__col1 .wf__field {
  width: 329px;
  margin-bottom: 5px;
}

.wf4 .wf__col1 .wf__field:nth-last-child(-n + 1) {
  margin-bottom: 0;
}

.wf4 .wf__col2 {
  flex: 1 1 auto;
}

.wf4 .wf__company textarea {
  height: 109px;
}

@media only screen and (max-width: 767px) {
  .wf4 .wf__fields {
    flex-direction: column;
  }

  .wf4 .wf__col1 {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .wf4 .wf__col1 .wf__field {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/wf4_1.css.map */
