.counter li {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  line-height:100%;
  margin-top:0px;
  margin-bottom:0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color:rgb(125, 150, 84);
  text-shadow: rgb(11, 9, 0) 1px 0 8px;
}

.counter li span {
 display: block;
 font-weight:bold;
 font-size: 5rem;
 line-height:100%;
 color:rgb(217, 254, 157);
}