.heading-cta {
  padding-top: 12px;
  padding-bottom: 12px;
}

  .heading-cta.left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .heading-cta.right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .heading-cta.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-cta .left {
    text-align: left;
  }

  .heading-cta .center {
    text-align: center;
  }

  .heading-cta .right {
    text-align: right;
  }

h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
    margin: 0 !important;
  }
/*# sourceMappingURL=heading.css.map */
