.footer-cta-block {
  background-color: var(--brand-2);
  padding: var(--spacing-20) 0;
  color: var(--white);
  border-radius: 50px 50px 0 0;
}

.footer-cta-content {
  text-align: center;
  max-width: 76ch;
  margin: 0 auto;
}

.footer-cta-content-one p {
  font-size: var(--fs-dog);
  font-weight: 800;
  line-height: 1.6;
}

.footer-cta-content-two {
  font-weight: 600;
  font-style: italic;
}

.footer-cta-buttons {
  display: flex;
  gap: var(--spacing-5);
  justify-content: center;
}
/*# sourceMappingURL=footerCtaBlock.1775722231825.css.map */