.zp-cta-w-bkg {
  padding: 60px 30px;;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zp-cta-w-bkg-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zp-cta-w-bkg-text h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}


.zp-cta-w-bkg-text p {
  text-align: center;
  color: #fff;
}

.zp-cta-w-bkg-text a {
  text-align: center;
}


.zp-cta-w-bkg-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px;
}
