.lead-gen-email-box {
  text-align: center;
  max-width: 960px;
  margin: auto;
  margin-bottom: 40px;
}
.lead-gen-email-box .lead-gen-email-box-img-row {
  margin-bottom: 40px;
}
.lead-gen-email-box .lead-gen-email-box-img-col {
  max-width: 100%;
  height: auto;
}
.lead-gen-email-box .lead-gen-email-box-img-col img {
  width: 100%;
}
.lead-gen-email-box .lead-gen-email-box-col {
  display: flex;
  flex-direction: column;
}
.lead-gen-email-box .lead-gen-email-box-row {
  margin-bottom: 80px;
}
.lead-gen-email-box .lead-gen-email-box-title {
  font-size: 3.0rem;
  line-height: 1.25em;
  text-align: center;
  font-weight: 900;
  font-family: "Helvetica Neue LT W01_71488914", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #212529;
}
.lead-gen-email-box p {
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.25em;
  text-align: center;
}
.lead-gen-email-box .btn {
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1em;
  border: 1px solid transparent;
  background-color: #000000;
  color: #fff;
  text-transform: none;
  border-radius: 3rem;
  display: inline-block;
  padding: 15px 50px;
  text-align: center;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
  overflow: hidden;
  letter-spacing: .07em;
  min-width: 175.438px;
  margin: auto;
}
