  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.block-custom-heading {
  display: block;
  margin: 0 0 1.5rem;
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 5.625rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media (max-width: 1140px) {
  .block-custom-heading {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .block-custom-heading {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 577px) {
  .block-custom-heading {
    margin: 0 0 3rem;
  }
}
.block-custom-heading:last-child {
  margin: 0 auto;
}

/*# sourceMappingURL=block_custom-heading.css.map*/