.countup {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  background: #000;
  border-radius: 10px 10px 10px 10px;
}
.countup .timeel {
  display: inline-block;
  padding: 10px 25px 10px 25px;
  background: #cc1616;
  margin: 0;
  color: #fff;
  min-width: 10.0rem;
  border-radius: 10px 10px 10px 10px;
  font-weight: 800;
}

