/**
 * Grid Breakpoints
 */
/**
 * RWD Breakpoints
 */
/**
 * Fonts
 */
/**
 * Spacings
 */
/*
* No mobile hover
*
* how to use:
    @include hover {
        opacity: 0.5;
    }
*/
/*
* Placeholder
*/
.block-heading-atlas__title {
  margin-bottom: 1rem;
  color: #1b1b20;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.0045rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .block-heading-atlas__title {
    font-size: 3rem;
  }
}
.block-heading-atlas__title span {
  display: inline-block;
  margin-right: 1.5rem;
  color: #cc0;
  font-weight: 500;
}

/*# sourceMappingURL=block_heading-atlas.css.map*/