.f-contact-form__fields .form-field {
  margin: 0;
}
@media (max-width: 767px) {
  .f-contact-form__fields .form-submit button {
    width: 100%;
  }
}
.f-contact-form-design-2 .form-control {
  border: 0;
  border-bottom: 0.1rem solid var(--color-border);
  box-shadow: none !important;
}
