/* line 1, text.scss */
h1,
.heading {
  font-size: 48px;
  line-height: 60px; }

/* line 7, text.scss */
h4,
.block-heading {
  font-size: 20px;
  line-height: 24px; }

@media screen and (max-width: 767px) {
  /* line 14, text.scss */
  .heading {
    font-size: 36px;
    line-height: 44px; } }
