.contact-section-6 .section-side-one {
  justify-content: center;
}
.contact-section-6 .section-side-one .headline {
  margin-top: -100px;
}
.contact-section-6 .nf-form-title,
.contact-section-6 .nf-form-fields-required {
  display: none;
}
.contact-section-6 input[type=submit] {
  background: var(--highlight-color);
  border: 0px solid var(--black);
}
@media screen and (max-width: 885px) {
  .contact-section-6 .section-side-one .headline {
    margin-top: 0;
  }
}