.stats{
  background:linear-gradient(30deg,  #8b0000,  #0a1f44);
  display:flex;
  justify-content:space-around;
  align-items:center;
  padding:30px 20px;
  text-align:center;
  flex-wrap:wrap;
}

.stat{
  color:white;
  flex:1;
  min-width:120px;
}

.numero{
  font-size:42px;
  font-weight:900;
  line-height:1;
}

.texto{
  font-size:14px;
  margin-top:5px;
}