.custom-countdown-wrapper {
  text-align: center;
  font-family: 'rigid-square', sans-serif;
  margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
  .countdown-title-top {
  font-size: 15px;
  font-weight: bold;
  color: #00437a;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 2px;
}
.countdown-title-bottom {
  font-size: 30px;
  font-weight: bold;
  color: #00437a;
  background: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left;
}
  .countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.time-box .num {
    background: #d90a2f;
  padding: 5px 5px;
  border-radius: 4px;
  font-size: 20px;
  display: block;
  font-weight: bold;
  color: #fff;
}
.time-box .label {
  font-size: 10px;
  margin-top: 5px;
  text-transform: uppercase;
  color: #fff;
}
.separator {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 28px;
}
}

@media only screen and (max-width: 1023px) {
  .custom-countdown-wrapper {
  margin-bottom: 10px;
}
  .countdown-title-top {
  font-size: 12px;
  font-weight: bold;
  color: #00437a;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 2px;
}
.countdown-title-bottom {
  font-size: 25px;
  font-weight: bold;
  color: #00437a;
  background: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left;
}
  .countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
  .time-box .num {
    background: #d90a2f;
  padding: 3px 3px;
  border-radius: 3px;
  font-size: 15px;
  display: block;
  font-weight: bold;
  color: #fff;
}
.time-box .label {
  font-size: 10px;
  margin-top: 5px;
  text-transform: uppercase;
  color: #fff;
}
.separator {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 28px;
}

}