.counter {
  margin-top: 30px;
  text-align: left;
}

.counter span {
  margin-top: 8px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  background: #edf1ed;
  color: #315c38;
  font: small-caption;  
  font-weight: bold; 
  border-style: solid;
  border-width: thin;  
  border-color: #c9d5cb;  
}