/*
@include breakpoint(tablet) {
}
*/
/*
@include transition(timing) {
}
*/
.heading-outer-wrapper .heading-inner-wrapper *,
.h1-style * {
  margin-bottom: 0.75rem;
  font-family: F37-Ginger-Light, sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.125;
  font-size: 30px;
}
@media (min-width: 769px) {
  .heading-outer-wrapper .heading-inner-wrapper *,
.h1-style * {
    font-family: F37-Ginger-Thin, sans-serif;
  }
}
.heading-outer-wrapper .heading-inner-wrapper h1, .heading-outer-wrapper .heading-inner-wrapper.h1-style,
.h1-style h1,
.h1-style.h1-style {
  font-size: 21.2px;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .heading-outer-wrapper .heading-inner-wrapper h1, .heading-outer-wrapper .heading-inner-wrapper.h1-style,
.h1-style h1,
.h1-style.h1-style {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .heading-outer-wrapper .heading-inner-wrapper h1, .heading-outer-wrapper .heading-inner-wrapper.h1-style,
.h1-style h1,
.h1-style.h1-style {
    font-size: 36px;
    margin-bottom: 2rem;
  }
}

.outer-wrapper + .heading-outer-wrapper {
  margin-top: 2rem;
}