.get-in-touch-container {
  padding: 80px 7.5%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.get-in-touch-left {
  width: 47%;
  position: relative;
}

.get-in-touch-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.get-in-touch-title {
  font-size: 6em;
  color: #ffda7f;
  font-family: mala;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 40px;
}

.get-in-touch-subtitle {
  font-size: 3em;
  color: #ffffff;
  font-weight: lighter;
  font-family: montserrat;
  font-weight: 500;
}

.get-in-touch-right {
  width: 45%;
  color: #ffffff;
}

.get-in-touch-right input[type="text"],
.get-in-touch-right input[type="email"],
.get-in-touch-right input[type="tel"],
.get-in-touch-right input[type="submit"],
.get-in-touch-right .wpcf7-checkbox,
.get-in-touch-container textarea {
  width: calc(100% - 20px);
  border-radius: 2em;
  padding: 10px;
  font-family: montserrat;
  font-size: 1.1em;
  color: #000000;
  margin-bottom: 10px;
}

.get-in-touch-right .wpcf7-checkbox {
  color: #ffffff;
  display: block;
  height: fit-content;
  margin: 0 0 10px 0 !important;
}

.get-in-touch-right input[type="submit"] {
  font-family: mala;
  width: 33.3% !important;
  border: 1px solid #ffda7f;
  background-color: #ffda7f;
  margin-left: 66.6%;
  margin-bottom: 0 !important;
}

.get-in-touch-right input[type="submit"]:hover {
  cursor: pointer;
}

.get-in-touch-right textarea {
  resize: vertical;
  min-height: 75px;
  padding: 20px;
  width: 95.9%;
}

.get-in-touch-right span.wpcf7-spinner {
  display: none;
}

.get-in-touch-right input[type="text"]::placeholder,
.get-in-touch-right input[type="email"]::placeholder,
.get-in-touch-right input[type="tel"]::placeholder,
.get-in-touch-right input[type="submit"]::placeholder,
.get-in-touch-right textarea::placeholder {
  padding: 10px;
  font-family: montserrat;
  font-size: 1.1em;
  color: #000000;
}

@media only screen and (max-width: 1000px) {
  .get-in-touch-container {
    padding: 20px 5%;
    flex-wrap: wrap;
    margin: 0px auto;
  }

  .get-in-touch-left,
  .get-in-touch-right {
    width: 100%;
    display: block;
  }

  .get-in-touch-left {
    position: unset;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .get-in-touch-right {
    margin-bottom: 20px;
  }

  .get-in-touch-title {
    font-size: 3em;
  }

  .get-in-touch-text {
    position: unset;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
  }
}