@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__related-blogitems .related_blogitem:first-child {
  margin-top: 50px;
}
.custom-wp-block__related-blogitems .related_blogitem:not(:last-child) {
  margin-bottom: 50px;
}
.custom-wp-block__related-blogitems .related_blogitem > h2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .custom-wp-block__related-blogitems .related_blogitem > h2 {
    font-size: 1.4em;
  }
}
.custom-wp-block__related-blogitems .related_blogitem .related-blogitem__all-posts-from-cat-link {
  display: block;
  margin-top: -5px;
  text-align: center;
  font-size: 0.85em;
  font-weight: 900;
  font-family: "Gudea", sans-serif;
  text-decoration: none;
}

/*# sourceMappingURL=related-posts.css.map */
