.counter {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 20px;
  box-shadow:0px 10px 0px 0px rgb(255 171 0);
  border: 2px solid #ffab00;
}

.count-title {
  font-size: 28px;
  font-weight: normal;
  /* margin-top: 10px; */
  margin-bottom: 0;
  text-align: center;
  color: #1e1e1e;
}

.count-text {
  font-size: 22px;
  font-weight: normal;
  margin-top: -10px;
  margin-bottom: 0;
  text-align: center;
  color: #1e1e1e;
}

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