.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.heading-group-h1 {
  max-width: 80%;
}

@media only screen and (min-width: 640px) {
  .heading-group-h1 {
    float: none;
  }
