section.simple-hero {
  position: relative;
  height: 320px;
  width: 100%;
  overflow: hidden;

  > div.background {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-repeat: repeat-x;
    background-size: auto 300%;
    background-position: center 80%;
    min-width: 100%;
    width: 100%;
    left: 0;
    transform: none;
  }

  > div.overlay {
    position: absolute;
    inset: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 2;
  }
}

section.brand_partner_form {
  padding-bottom: 60px;

  > .form-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    > .application-title {
      font-family: "DM Sans", sans-serif;
      font-size: 32px;
      font-weight: 300;
      color: #222;
      text-align: center;
      margin: 40px 0 8px;
    }
    > #my-form-container {
      width: 100%;
      max-width: 780px;
      padding: 0.75rem 2rem;
      margin-top: 0.75rem;
    }
  }
}
