.page-template-template-green-lp-downloadable {
  background: #ABBE25;
  padding: 50px 20px;
}
.page-template-template-green-lp-downloadable .cta-btn,
.page-template-template-green-lp-downloadable input[type=submit] {
  background: #000;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 1.2;
  max-width: 560px;
  padding: 11px 10px 10px;
  width: 100%;
}
.page-template-template-green-lp-downloadable input {
  max-width: 560px;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 12px;
  border-radius: 10px;
}
.page-template-template-green-lp-downloadable form {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.page-template-template-green-lp-downloadable label.error {
  margin-bottom: 12px;
  margin-top: -12px;
  text-align: left;
}
.page-template-template-green-lp-downloadable .ajax-error, .page-template-template-green-lp-downloadable .ajax-confirm {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .page-template-template-green-lp-downloadable .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-template-template-green-lp-downloadable .container::before {
    content: "";
    background: url(/wp-content/themes/mountainviewgroup/assets/lp/mvg-hero.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 40px;
    border: 4px solid #fff;
    display: block;
    width: 48%;
  }
}
.page-template-template-green-lp-downloadable .content {
  width: 100%;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .page-template-template-green-lp-downloadable .content {
    max-width: 560px;
    margin-right: -2%;
    width: 48%;
  }
}
.page-template-template-green-lp-downloadable .content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.page-template-template-green-lp-downloadable .content h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 0;
}
.page-template-template-green-lp-downloadable .content h2 + p {
  margin-top: 0;
}
.page-template-template-green-lp-downloadable .content p {
  font-size: 18px;
}
.page-template-template-green-lp-downloadable .hero {
  border-radius: 40px;
  border: 4px solid #fff;
  height: auto;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .page-template-template-green-lp-downloadable .hero {
    display: none;
  }
}
.page-template-template-green-lp-downloadable .logo {
  display: block;
  height: auto;
  max-width: 200px;
  margin-bottom: 40px;
}
