#contact-us {
  min-height: 350px;
  /* height: 350px; */
}

#contact-us .cu-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 40px 3%;
  min-height: 320px;
}

#contact-us .cu-image img {
  max-width: 510px;
}
#contact-us .cu-image::before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: 100%;
  border-top: 20px solid transparent;
  border-left: 30px solid #46aaa0;
  border-bottom: 20px solid transparent;
}

#contact-us .cu-info {
  padding: 80px 5%;
}

#contact-us .cu-content-title {
  margin-bottom: 30px;
}

#contact-us .cu-info svg {
  width: 30px;
  margin-top: 3px;
}

#map {
  min-height: auto !important;
}

#map iframe {
  display: flex;
  flex: 1;
  width: 100%;
}

section#get-in-touch {
  padding: 60px 2%;
}

section#get-in-touch .val-fields {
  background-color: transparent;
  border: none;
}
section#get-in-touch .val-fields .control {
  background-color: transparent;
  border: none;
}

section#get-in-touch .val-fields .control input,
section#get-in-touch .val-fields .control textarea {
  background-color: #fff;
  border: none;
  min-height: 40px;
  font-family: "aileronregular";
  font-size: 16px;
  padding: 5px 20px 5px;
  margin: 10px 0;
}

section#get-in-touch .js-validate-error-label {
  color: red;
}

section#get-in-touch .send-btn {
  border: none;
  margin: 0;
  min-width: 150px;
  padding: 8px 50px;
}
