.heading {
  /* font-family: 'Lucida Grande'; */
  width: 420px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: center;
}

.heading > hr {
  width: 420px;
  height: 2px;
  background-color: black;
  margin: 5px auto 0px;
}
