@keyframes loadingPulse {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.custom-wp-block__testimonial {
  color: #27348b;
}
.custom-wp-block__testimonial h2 {
  margin-bottom: 1em;
}

/*# sourceMappingURL=testimonial.css.map */
