body.static h1.static {
  position: relative;
  margin: 0 0 24px;
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body.static h1.static {
    font-size: 18px;
  }
}

@media print {
  body.static h1.static {
    margin: 0 0 14px !important;
    padding: 0 0 8px !important;
    border-bottom: 2px solid #00bfff;
    color: #0e2235;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
  }
}
