[data-component-id='ecore_common:footer_cta'] {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

[data-component-id='ecore_common:footer_cta'] .fcta-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 55px 55px 61px;
  text-align: center;
  color: #fff;
  background-color: #000;
}

[data-component-id='ecore_common:footer_cta'] .fcta-card__content {
  max-width: 320px;
}

[data-component-id='ecore_common:footer_cta'] .fcta-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 7px solid rgba(84, 85, 90, 0.6);
}

[data-component-id='ecore_common:footer_cta'] .fcta-card__icon svg,
[data-component-id='ecore_common:footer_cta'] .fcta-card__icon img {
  width: auto;
  height: 34px;
}

[data-component-id='ecore_common:footer_cta'] .fcta-card__desc {
  font-family: Geomanist, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.45;
  color: #fff;
}

[data-component-id='ecore_common:footer_cta'] .fcta-card__desc p {
  margin-top: 0.75em;
  margin-bottom: 1.25em;
  color: #fff;
  line-height: 1.4;
}

[data-component-id='ecore_common:footer_cta'] .fcta-card .btn.is-style-outline {
  border-color: #fff;
  color: #fff;
}

[data-component-id='ecore_common:footer_cta'] .fcta-card .btn.is-style-outline:hover,
[data-component-id='ecore_common:footer_cta'] .fcta-card .btn.is-style-outline:focus {
  color: #000;
  background: #fff;
}

[data-component-id='ecore_common:footer_cta'] .fcta-card--featured {
  position: relative;
  margin: -15px 0;
  background-color: #002bff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

[data-component-id='ecore_common:footer_cta'] .fcta-card--featured .fcta-card__icon {
  color: #002bff;
  border-color: rgba(255, 255, 255, 0.12);
}

[data-component-id='ecore_common:footer_cta'] .fcta-card--featured .btn.is-style-outline:hover,
[data-component-id='ecore_common:footer_cta'] .fcta-card--featured .btn.is-style-outline:focus {
  color: #002bff;
}

@media (max-width: 782px) {
  [data-component-id='ecore_common:footer_cta'] .fcta-card {
    padding: 37px 30px;
  }

  [data-component-id='ecore_common:footer_cta'] .fcta-card__icon {
    width: 68px;
    height: 68px;
    margin-bottom: 5px;
    border-width: 5px;
  }

  [data-component-id='ecore_common:footer_cta'] .fcta-card__icon svg {
    height: 26px;
  }

  [data-component-id='ecore_common:footer_cta'] .fcta-card__desc {
    font-size: 20px;
    line-height: 1.5;
  }
}
