#landing_page_source_120504777 {
  display: none;
}
div.landing-page-email-signup {
  .landing-page-email-signup-wrapper {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(300px + 30vw);
  }
  .landing-page-email-signup-inner {
    width: 40%;
    padding: 5vw 2vw;
    h2 {
      font-size: 4rem;
      font-weight: bold;
      margin: 0 10px;
    }
    p {
      margin: 0 16px;
    }
  }
}
@media screen and (max-width: 1050px) {
  div.landing-page-email-signup {
    .landing-page-email-signup-wrapper {
      height: 690px;
    }
    .landing-page-email-signup-inner {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: inherit;
      h2 {
        padding-right: 2vw;
      }
      p {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 10px;
        padding: 2vw;
        color: #1b3488;
      }
    }
  }
}
