.heading {
  margin-bottom: 20px; }
  .heading--c-orange {
    color: #ff7f00; }

.h2--md {
  font-size: 2rem;
  font-weight: 200;
  line-height: 2.4rem;
  font-weight: 400; }

.heading--link {
  text-decoration: none; }
  .heading--link:hover {
    text-decoration: underline; }

.page-title__title {
  font-family: "Quicksand", serif;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -3px;
  margin-left: 0;
  padding-right: 2rem;
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 1024px) {
    .page-title__title {
      font-size: 3.75rem;
      line-height: 3.5rem;
      max-width: 57%;
      margin-left: 8rem; } }

.page-title__subtitle {
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0; }
  @media screen and (min-width: 1024px) {
    .page-title__subtitle {
      margin-left: 8rem; } }

.section__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    .section__title {
      font-size: 2rem; } }
  @media screen and (min-width: 1024px) {
    .section__title::after {
      content: ' ';
      position: absolute;
      width: 100px;
      right: 0;
      transform: translateX(120%);
      border-top: 1px solid #ccc;
      top: 50%; } }
  @media screen and (min-width: 1024px) {
    .section__title::before {
      content: ' ';
      position: absolute;
      width: 100px;
      left: 0;
      margin-right: 1rem;
      transform: translateX(-120%);
      border-top: 1px solid #ccc;
      top: 50%; } }
  .section__title.section--has-subtitle {
    margin-bottom: 0; }

.section__subtitle {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem; }
