.hero-stats a {
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.hero-stats a:hover,
.hero-stats a:focus-visible {
  background: rgba(255,255,255,.22);
  outline: 2px solid rgba(255,255,255,.42);
  outline-offset: 2px;
}
