.tile-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #cdd5de;
  border-radius: 4px;
  padding: 30px 15px;
}

.tile-stats-icon {
  padding-top: 5px;
  padding-bottom: 10px;
}
.tile-stats-icon i {
  font-size: 70px;
  color: #007aff;
}

.tile-stats .count {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 8px;
  margin-left: 0;
}
.btn {
  background: none;
  color: #86addf;
  border-color: #86addf;
  border-radius: 20px;
  padding: 5px 20px;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
  margin-right: 0;
}
