  /**
 * 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-bio-tile {
  background-color: #fff;
}
.block-bio-tile__header {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .block-bio-tile__header {
    display: grid !important;
    border-bottom: solid 1px #000;
  }
}
.block-bio-tile__header .column-heading {
  font-size: 1.25rem;
  font-weight: 500;
}
.block-bio-tile .columns-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .block-bio-tile .columns-wrapper {
    grid-gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

/*# sourceMappingURL=block_bio-tile.css.map*/