.type_grid {
  padding: 0;
  margin: 0;
}

.type_grid a {
  display: block;
  padding: 12px 12px;
  color: #004b93;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #004b93;
  transition: all 300ms;
}

.type_grid a:hover {
  background: #004b93;
  color: #fff;
}
