.cf7-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cf7-half {
  flex: 1;
  min-width: 200px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  outline: unset;
  border: 1px solid #ddd;
  font-size: 16px;
  margin-bottom: 15px;
}

textarea {
  min-height: 120px;
  height: 120px;
  resize: unset;
  outline: unset;
}

input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 18px;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
}
.about-form {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .about-form br {
    display: none;
  }
  .about-form h2 {
    margin-bottom: 30px;
  }
  .cf7-row {
    gap: 0;
  }
}
