h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -.025em;
}

h1:before {
  content: "";
  display: block;
  position: relative;
  background: #333;
  width: 45px;
  height: 5px;
  top: -5px;
}

@media (min-width: 61.25em) {
  h1 {
    font-size: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #c1c1c1;
  }
  h1:before {
    top: -15px;
    width: 90px;
    height: 10px;
  }

  p {
    font-size: 16px;
    line-height: 1.618;
  }
}
