/* ------------- wpa9-cta-banner ------------- */
.wpa9-cta-banner {
  overflow: hidden;
  /* background-color: rgba(0,0,0,.03); */
  background: #f4f3f0;
}

  .wpa9-cta-banner-wrapper {

  }

  .wpa9-cta-banner-content {
    width: 100%;
    padding: 30px;
  }

  .wpa9-cta-banner-image {
    width: 100%;
    /* height: 221px; */
    /* min-height: 221px; */
  }

    .wpa9-cta-banner-image img {
      width: 100%;

    }

  .wpa9-cta-banner-title {
    font-size: 2em;
  }

  .wpa9-cta-banner-subtitle {
    margin-bottom: 24px;
  }

  .wpa9-cta-banner-buttons {

  }



@media only screen
and (min-width : 768px) {

  .wpa9-cta-banner {
    max-height: 216px;
  }

  .wpa9-cta-banner-content {
    width: 60%;
  }

  .wpa9-cta-banner-image {
    width: 40%;
    max-height: 256px;
    height: auto;
  }

  .wpa9-cta-banner-image.full-width {
    width: 100%;
  }



}

@media only screen
and (min-width : 768px) {

  .wpa9-cta-banner {
    max-height: 256px;
  }

}
