body.page-template-signup-trial {
  .sw19b-secondary-heading {
    background: #fff000;
    padding: 40px 0;
    color: #111111;

    h1 {
      font-size: 36px;
      margin: 0;
      letter-spacing: 0.5px;
      line-height: normal;
    }

    h2 {
      margin: 0;
      font-size: 24px;
      letter-spacing: 0.33px;
      line-height: normal;
    }
  }

  .sw19b-trial-hero {
    background: #eee;
    padding: 40px 0 30px 0;

    .sw19s-std-wrap {
      display: flex;
    }

    .media {
      margin-right: 30px;
    }

    form {
      background: #fff;
      min-width: 360px;
      width: 360px;
    }

    form h4 {
      text-align: center;
    }

    .button-subtitle {
      margin: 9px 0 0 0;
      text-align: center;
    }

    .button-subtitle a {
      color: #a1a1a1;
      font-family: "europa", sans-serif;
      font-size: 12px;
      text-decoration: none;
    }

    .button-subtitle a:hover {
      text-decoration: underline;
    }

    @media (max-width: 992px) {
      .sw19s-std-wrap {
        display: block;
      }

      .media {
        display: none;
      }

      form {
        min-width: auto;
        width: auto;
      }
    }
  }

  .sw19b-sales-plea {
    margin-top: 40px;
  }
}
