.countup {
  text-align: center;
  margin-left: -10px;
}
.countup .timeel {
  display: inline-block;
  padding: 0 5px;
  /* background: #ffadd0; */
  margin: 0;
  color: white;
  min-width: 2.2rem;
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
  text-shadow: -1px 1px 0px #852a4b, 1px 1px 0px #000000, 0px -1px 0px #000000, 0px 2px 0px #000000;

}

.values span {
    font-size: 1.75em;
    font-weight: bold;
    color: rgb(255, 215, 234) !important;
}

.countup .timeel:last-child {
    /* margin-right: 0; */
}
.countup span[class*="timeRef"] {
  border-radius: 0 0 10px 10px;
  /* background: #e85298; */
  color: rgb(255, 255, 255);
}
