h2 span {
  line-height: 1.2;
}
.contact-form {
  max-width: 500px;
  margin: 30px auto 0;
}

.contact-form .flex {
  display: flex;
}
.contact-form input {
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  border-radius: 6px;
  padding: 0 15px;
  box-sizing: border-box;
}
.contact-form textarea {
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 5px 15px;
  min-height: 100px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid #0a96f1 !important;
  box-shadow: none !important;
  outline: none;
}
.flex .input-wrapper {
  width: 48%;
}
.justify-between {
  justify-content: space-between;
}
.mt-10 {
  margin-top: 10px;
}
.tunnel-skin .btn,
.tunnel-skin .btn-large {
  background-color: #0a96f1;
}
