section ol {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;

  li {
    margin: 0;
  }
}
svg {
  filter: drop-shadow(4px 0px 0px #000) drop-shadow(-4px 0px 0px #000)
    drop-shadow(0px 4px 0px #000) drop-shadow(0px -4px 0px #000);
}
.equipment {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.equipment a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: inherit;
}
.equipment a strong {
  text-align: center;
}
.fame {
  color: var(--primary);
}
