/*
 * Paragraph Promo CTA Component
 */


body.awhi_books .promo-cta-component {
  margin-bottom: 30px;
}

body.awhi_books .promo-cta-content {
  background-color: #e4f5f9;
}

body.awhi_books .promo-cta-component .component-title {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 33px;
}

body.awhi_books .promo-cta-component .component-framing-copy {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .32px;
  line-height: 20px;
  margin-bottom: 18px;
}

body.awhi_books .promo-cta-component .btn {
  min-width: 208px;
  font-size: 18px;
  line-height: 45px;
}

body.awhi_books .promo-cta-component .btn.external::before {
  display: none;
}


body.awhi_books .promo-cta-component .promo-cta-content-text {
  padding: 20px 30px 30px;
}

body.awhi_books .promo-cta-component .field-name-field-promo-cta-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body.awhi_books .promo-cta-component .btn {
    display: block;
    min-width: initial;
  }
}

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

  body.awhi_books .promo-cta-component {
    margin-bottom: 95px;
  }

  body.awhi_books .promo-cta-component .component-title {
    font-size: 24px;
    line-height: 56px;
    letter-spacing: .35px;
  }

  body.awhi_books .promo-cta-component .component-framing-copy {
    font-size: 18px;
    letter-spacing: 0.41px;
    line-height: 27px;
  }

  body.awhi_books .promo-cta-component .field-name-field-promo-cta-image {
    margin-right: 60px;
  }

  body.awhi_books .promo-cta-component .promo-cta-content-text {
    padding: 0 20px 20px 0;
  }
}
