.theme-container.title-h-container h2 {
  font-size: 2rem;
  font-family: Poppins !important;
  color: #3C7548;
  font-weight: 700;
}

.theme-container.card-with-image-bg {
  width: 100%;
  height: 500px;
  box-shadow: 0px 5px 30px #231F20;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 3.75rem;
  margin-bottom: 3.75rem;
}

.theme-container.card-with-image-bg .content-pane {
  align-items: end;
  bottom: 100px;
  text-align: center;
}

.theme-container.card-with-image-bg .content-pane h3 {
  text-align: center;
  color: #fff;
  padding-bottom: 0.5rem;
}

.theme-container.page-banner {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-bottom: 3.75rem;
}

.theme-container.page-banner .content-pane {
  align-items: end;
  bottom: 100px;
}

.theme-container.page-banner .content-pane h1,
.theme-container.page-banner .content-pane h2,
.theme-container.page-banner .content-pane p {
  color: #fff;
}

.theme-container.page-banner .content-pane h1 {
  font-size: 3.625rem;
  letter-spacing: 0.9px;
  text-shadow: 0px 0px 15px #231F20;
  padding-bottom: 1.625rem;
}

.full-width.theme-container.page-banner .content-pane h1 {
  padding-top: 1.625rem;
  font-size: 5.625rem;
}

.theme-container.page-banner .content-pane p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-shadow: 0px 0px 10px #000;
}

.theme-container.feature-call-out {
  position: relative;
  box-shadow: 0px 5px 30px #231F20;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}

.theme-container.feature-call-out .feature-call-out-text {
  position: relative;
  background: #fff;
  padding: 3.75rem;
  flex-wrap: wrap;
  width: 540px;
}

.theme-container.feature-call-out .feature-call-out-text h2 {
  font-size: 3.75rem;
  color: #3C7548;
  padding-bottom: 1.875rem;
}

.theme-container.feature-call-out .feature-call-out-text p {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}

.theme-container.feature-call-out .feature-call-out-img {
  position: relative;
  display: flex;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.theme-container.feature-call-out .feature-call-out-img img {
  display: block;
  max-width: 150%;
  height: auto;
}

.theme-container.gray-border {
  border: 1px solid #BCBEC0;
  border-radius: 10px;
  padding: 10px;
}

.theme-container.callout-card {
  text-align: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 30px #3C7548;
  border-radius: 15px;
  padding: 1.875rem 3.125rem;
  margin-bottom: 1.875rem;
}

.theme-container.callout-card h3 {
  color: #3C7548;
  font-size: 1.5rem;
}

.theme-container.callout-card .tree-cta {
  background: url(/portals/_default/skins/MissouriParksAssociation/images/memberships-card-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-size: 3.688rem;
  position: relative;
  color: #3C7548;
  margin-bottom: 1.875rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 162px;
}

.theme-container.callout-card .tree-cta span {
  font-size: 1rem;
  padding-top: 2.75rem;
}

.theme-container.callout-card .btn {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .full-width.theme-container.page-banner .content-pane h1 {
    padding-right: 3rem;
    padding-left: 3rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .col-lg-3 .callout-card {
    padding: 1.875rem 1.125rem;
  }

  .col-lg-3 .callout-card h3 {
    font-size: 1.25rem;
  }

  .col-lg-3 .callout-card .tree-cta {
    font-size: 2.15rem;
    color: #3C7548;
    min-height: 114px;
  }

  .col-lg-3 .callout-card .tree-cta span {
    font-size: 1rem;
    padding-top: 1rem;
  }

  .col-lg-3 .callout-card .btn {
    white-space: normal;
  }
}

@media (min-width: 1200px) {
  .theme-container.page-banner {
    min-height: 400px;
  }

  .col-lg-3 .callout-card .tree-cta {
    font-size: 2.75rem;
  }
}

@media (min-width: 1366px) {
  .theme-container.callout-card .tree-cta {
    font-size: 4.688rem;
  }

  .col-lg-3 .callout-card .tree-cta {
    font-size: 2.75rem;
  }
}

@media (min-width: 1600px) {
  .full-width.theme-container.page-banner .content-pane h1 {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}

@media (max-width: 992px) {
  .theme-container.feature-call-out .feature-call-out-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .theme-container.page-banner .content-pane h1 {
    padding-top: 3rem;
  }

  .theme-container.feature-call-out .feature-call-out-text h2 {
    font-size: 3rem;
    padding-bottom: 0 !important;
  }
}