#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arial', sans-serif;
  gap: 10px;
  margin: 30px 0;
}
.cd-item {
  text-align: center;
}
.cd-number {
  font-size: 64px;
  font-weight: bold;
  color: rgb(48 48 48);
  min-width: 70px;
  display: inline-block;
  transition: all 0.3s ease;
  margin: 0 15px;
/*      font-family: 'dashicons';*/
      font-family: 'Playfair Display';
      text-shadow: 1px 2px 2px rgb(17 17 17 / 49%);
}
.cd-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  margin-top: 5px;
}
.cd-separator {
    font-size: 45px;
    color: #1E2328;
    line-height: 1em;
    margin-bottom: 16px;
    font-family: 'PlayfairDisplay-Medium';
    text-shadow: 1px 2px 2px rgb(17 17 17 / 49%);
}
.cd-expired {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  color: #333;
}
.text.tit-coutdown h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 0;
}
.text.subtit-coutdown {
    font-weight: lighter;
    font-size: 20px;
}