.statblocks {
  display: flex;
  flex-wrap: wrap;
  gap: 3ch;
}
.statblock {
  display: flex;
  align-items: baseline;
  gap: 1ch;
}
.statblock > div {
  display: flex;
  flex-direction: column;
  align-items: right;
}
.statblock > div > strong {
  font-size: 1.5rem;
  line-height: 1;
}
.statblocks + .statblocks {
  margin-top: 2em;
}
.statblocks .material-icons, .statblocks img {
  color: white;
  max-height: 19px;
  font-size: 19px;
  line-height: 1;
}
h5 + p {
  margin-top: 0;
}