@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__call-to-action {
  background-size: cover;
  background-position: center;
  min-height: 200px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .custom-wp-block__call-to-action {
    max-height: 350px;
    height: 25vw;
  }
}
.custom-wp-block__call-to-action .custom-wp-block__call-to-action__content {
  margin-top: 50px;
  text-align: center;
  font-size: 1em;
  font-family: "Gudea", sans-serif;
  color: #FFF;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .custom-wp-block__call-to-action .custom-wp-block__call-to-action__content {
    width: auto;
    font-size: 1.5em;
    line-height: 1.3;
  }
}
.custom-wp-block__call-to-action .custom-wp-block__call-to-action__content .button {
  margin-top: 25px;
}

/*# sourceMappingURL=call-to-action.css.map */
