.bottom-cta {
  padding: 60px 20px 100px 20px;
  text-align: center;
}
.bottom-cta .pre-title-image {
  width: 100%;
  border-radius: 10px;
  max-width: 285px;
  margin: 0px auto;
  margin-bottom: 20px;
}
.bottom-cta .post-title-image {
  margin-top: 30px;
  max-width: 300px;
}
.bottom-cta.tan {
  background-color: #F3EDDC;
}
.bottom-cta.white {
  background-color: #fff;
}
.bottom-cta .white-bg-copy {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 10px;
}
.bottom-cta .white-bg-copy ul {
  padding-left: 20px;
}
.bottom-cta .copy {
  padding: 20px 0px;
  max-width: 325px;
  margin: 0px auto;
}
.bottom-cta .copy p {
  margin: 15px 0px;
}
.bottom-cta .buttons .button {
  margin: 10px 0px;
  display: block;
  width: 100%;
}
@media (min-width: 1025px) {
  .bottom-cta {
    padding: 80px 40px;
  }
  .bottom-cta h2 {
    max-width: 325px;
    text-align: left;
  }
  .bottom-cta .inner {
    align-items: center;
    display: flex;
    max-width: 1100px;
    margin: 0px auto;
    justify-content: space-between;
  }
}
.bottom-cta .pricing-title {
  display: none;
}

@media (min-width: 1025px) {
  .page-template-page_pricing .bottom-cta h2 {
    display: none;
  }
  .page-template-page_pricing .bottom-cta .pricing-title {
    display: block;
    max-width: 395px;
    text-align: left;
  }
  .page-template-page_pricing .bottom-cta .copy {
    text-align: left;
    margin: 0px;
    max-width: 395px;
  }
  .page-template-page_pricing .bottom-cta ul li {
    padding: 10px 0px;
  }
}

@media (min-width: 1025px) {
  .page-template-page_about_us .bottom-cta .inner {
    flex-wrap: wrap;
    text-align: left;
  }
  .page-template-page_about_us .bottom-cta .inner img {
    max-width: 385px;
  }
  .page-template-page_about_us .bottom-cta .inner h2 {
    display: none;
  }
  .page-template-page_about_us .bottom-cta .inner .title-copy {
    min-width: 50%;
  }
  .page-template-page_about_us .bottom-cta .inner h2.about-title, .page-template-page_about_us .bottom-cta .inner .copy {
    display: block;
    max-width: 445px;
    margin: 0px;
  }
  .page-template-page_about_us .bottom-cta .inner .white-bg-cta {
    width: 100%;
  }
  .page-template-page_about_us .bottom-cta .inner .white-bg-cta .buttons {
    max-width: 1000px;
    display: flex;
    margin: 0px auto;
  }
  .page-template-page_about_us .bottom-cta .inner .white-bg-cta .buttons .button {
    text-align: center;
  }
}