.mtfaq__ask h3 {
  color: #c5a47e !important;
}

.mtfaq__ask input[type="text"] {
  flex: 1;
  min-width: 0;
  height: 54px;
  border: 0;
  border-radius: 3px;
  padding: 0 16px;
  font: inherit;
}

.mtfaq__whatsapp {
  display: inline-block;
  margin-top: 14px;
  padding: 11px 18px;
  border-radius: 3px;
  background: #25d366;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.mtfaq__whatsapp:hover,
.mtfaq__whatsapp:focus {
  background: #1eaf54;
  color: #fff !important;
}

.mtfaq__ask form.is-handed-off {
  opacity: .58;
}

@media (max-width: 640px) {
  .mtfaq__ask input[type="text"] {
    width: 100%;
  }
}
