.hero h1 {
  font-size: 2rem;
}

table {
  margin: 0 0 1.2rem;
}

table thead tr th {
  border-bottom: 1px grey dotted;
  font-weight: normal;
}

table tr td {
  border-bottom: 1px grey dotted;
}

table tr:last-child td {
  border-bottom: none;
}
