.stats_content{
  display:flex;
  gap:1em;
  flex-wrap:wrap;
  justify-content:space-evenly;
  align-items:center;
}

.stats_item{
  border-width:0.2em;
  border-style:solid;
  border-radius:1em;
  text-align:center;
  border-color:var(--border-color);

  padding:0.5em;

}

figure{
  width:100%;
  display:flex;
  flex-direction:column;
}

figcaption{
  text-align:center;
}

figure img {
  max-width:100%;
}
