.cta-block {
  text-align: center;
}

.cta-block .cta-heading {
  font-family: "Satisfy", cursive;
  font-size: 50px;
  color: white;
  margin-top: 0px;
  line-height: 52px;
}
.cta-block .cta-heading:has(+ .cta-text) {
  margin-bottom: 0px;
}

.cta-block .cta-text {
  font-size: 80px;
  color: white;
  margin-top: 0px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-background {
  background-size: cover;
  padding: 70px 0;
}

.cta-block .button-teal {
  margin-bottom: 0px;
}
