 .amazon {
    background-image: linear-gradient(to bottom, #fff 75%, #1b2132 75%);
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
  .hubspot {
    background-color: #1B2132;
    padding-top: 2rem;
  }
  .green {
    color: #00C584;
    display: block;
  }
  .top-img {
    width: 40ch;
  }
  #hbpt-form .lead {
    color: #fff;
  }
  #hbpt-form .actions {
    text-align: center;
  }
  #hbpt-form .hbspt-form .hs-input:not(.hs-fieldtype-intl-phone) {
    border-radius: 4px;
  }
  #hbpt-form .hbspt-form .hs-form-field {
    margin-bottom: 1.5rem;
  }
  #hbpt-form .hbspt-form .hs-submit .actions input[type="submit"] {
    background-color: #FF9600;
    padding: 0.75em 1.5em;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
  }
  @media (max-width: 577px) {
    .amazon {
      background-image: linear-gradient(to bottom, #fff 50%, #1b2132 50%);
    }
    .amazon .row {
      flex-direction: column;
    }
    .top-img {
      width: 18ch;
    }
    .heading {
      text-align: center !important;
      font-size: 2rem;
      color: #fff;
    }
    .heading.greenline:after {
      left: 50%;
      transform: translateX(-50%);
    }
    #hbpt-form .hbspt-form .hs-submit .actions input[type="submit"] {
      font-size: 1rem;
     }
  }