body.page-template-page-contact main h2 {
  margin-top: 0;
}
@media (max-width: 768px) {
  body.page-template-page-contact main h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
body.page-template-page-contact main > .wp-block-group.is-layout-flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-template-page-contact main > .wp-block-group.is-layout-flex {
    display: block;
  }
  body.page-template-page-contact main > .wp-block-group.is-layout-flex > div {
    margin-bottom: 6rem;
  }
  body.page-template-page-contact main > .wp-block-group.is-layout-flex > div:last-of-type {
    margin-bottom: 0;
  }
}
body.page-template-page-contact form,
body.page-template-page-contact .wpcf7 {
  width: 100%;
  max-width: 440px;
}
body.page-template-page-contact form p:last-of-type,
body.page-template-page-contact .wpcf7 p:last-of-type {
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  justify-items: flex-end;
  align-items: center;
}
body.page-template-page-contact form p:last-of-type::before,
body.page-template-page-contact .wpcf7 p:last-of-type::before {
  content: url("../../static/arrow.svg");
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 0.3s ease-in-out;
}
body.page-template-page-contact form p:last-of-type:hover::before,
body.page-template-page-contact .wpcf7 p:last-of-type:hover::before {
  transform: translateX(5px);
}
body.page-template-page-contact input:not([type=submit]) {
  width: 100%;
}
body.page-template-page-contact input[type=submit] {
  background: transparent;
  text-align: right;
  border: 0;
  margin-right: 0;
  color: var(--zielony);
  font-size: 16px;
  font-family: Inter;
}