.circle {
  margin: 0 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.block__counter {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  font-size: 40px;
  margin: 30px;
  color: black;
  width: 60px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}