.plan-overview-box {
  padding: 1rem;
  border: 1px solid #fff;
}


.is-hero-custom h6 {
  line-height: 1.5;
}


.cta-mobile {
  padding: 1.5em 1.5rem 1.5rem;
}
.logo {
  margin-bottom: 3px;
}
.title.is-1 {
  font-weight: 100;
}
.is-hero-custom .title.is-1 {
  font-weight: 100;
  color: rgba(255,255,255,.75);
}
.has-text-weight-light {
  font-weight: 100 !important;
  color: rgba(255,255,255,.75) !important;
}
.is-steps-right .section-image {
    border: 0px !important;
}
.is-steps-left .section-image {
    border: 0px !important;
}

.has-aspect-ratio-og:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.5%;
}
.image.is-og {
  padding-top: 52.5%;
}

.image.is-og img {
  
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.section.is-hero-custom {
  text-align: left;
}






@media only screen and (max-width: 540px) {
  .section-buttons .button {
    margin-bottom: 1em;
    width: 250px;
  }
  .review-body {
    font-size: 1rem;
  }
  
  .title:not(.is-spaced) + .subtitle {
    margin-bottom: 1.5rem;
  }
  
  .section.is-hero-custom .title.is-1 {
    font-size: 2.5rem;
  }
}


@media only screen and (max-width: 767px) {
  html body #LeadboosterContainer {
    display: none !important;
    transform: translateX(100000px);
  }
}

@media only screen and (max-width: 1023px) {
  html body #LeadboosterContainer {
    transform: translateY(-70px);
  }
}

@media only screen and (min-width: 768px) {
  .plan-overview-box {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .plan-overview-box {
    padding: 2rem;
  }
}




