/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
[id^="section-heading-"], #section-heading {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    [id^="section-heading-"], #section-heading {
      padding-bottom: 3.5rem; } }
  @media (min-width: 981px) {
    [id^="section-heading-"], #section-heading {
      padding-bottom: 5rem; } }
  @media (max-width: 980px) {
    [id^="section-heading-"], #section-heading {
      display: flex;
      flex-wrap: wrap; }
      [id^="section-heading-"] > div, #section-heading > div {
        flex-basis: 100%; }
      [id^="section-heading-"] .title, #section-heading .title {
        order: 2; }
      [id^="section-heading-"] .image, #section-heading .image {
        order: 3; }
      [id^="section-heading-"] .content, #section-heading .content {
        order: 4; } }
  [id^="section-heading-"] .image, #section-heading .image {
    display: block;
    width: 100%;
    background-size: cover;
    overflow: auto;
    height: 175px; }
    @media (min-width: 768px) {
      [id^="section-heading-"] .image, #section-heading .image {
        height: 325px; } }
    @media (min-width: 981px) {
      [id^="section-heading-"] .image, #section-heading .image {
        height: 400px; } }
    @media (min-width: 981px) {
      [id^="section-heading-"] .image.boxed-image, #section-heading .image.boxed-image {
        width: 90%;
        max-width: 1140px;
        margin: 0 auto;
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }

/*# sourceMappingURL=generalheading.css.map */
