.st-contact-form .field::after {
  border-color: transparent;
}


@media (min-width: 960px) {
  .st-contact-form .textarea {
    min-height: 268px !important;
  }

  .st-contact-form__group:has(> .st-contact-form__field input[type="email"]) > .st-contact-form__submit
  {
    display: flex;
    height: 100% !important;
    align-items: flex-end;
  }


  .st-contact-form__submit .button {
    padding: 22px 20px;
    height: fit-content;
  }
}