.counter {
  background-color: #00000000;
  padding: 0px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 30px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #ed0ed6;
}

