.countdown {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 5px 10px 10px 10px;
    background: #fff;
    opacity: 0.8;
    color: #024484;
    font-weight: bold;
    font-size: 0.75rem;
    border-radius: 0 0 15px 0;
    
  }
  .countdown-number {
    position: absolute;
    top: 22px;
    text-align: center;
    color: #DE0039;
    font-weight: bold;
    font-size: 0.9rem;
  }