.contact-form-container h1 {
  font-size: 1.5rem;
  font-family: Montserrat-Bold, sans-serif;
  padding-top: 3.5625rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  max-width: 90rem;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.9375rem;
  letter-spacing: .05em;
  font-weight: 400;
}

.contact-form-container .default-content-wrapper {
  max-width: var(--page-width-desktop) !important;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.contact-form-embed{
  max-width: 100%;
}

@media screen and (max-width: 768px)  {
  .contact-form-embed{
  max-width: 100%;
  }
}