.countdown-container{background:#222;border-radius:12px;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.2);box-shadow:0 4px 15px rgba(0,0,0,.2);margin:0 auto 48px;max-width:600px;padding:20px;width:90%}.countdown-timer-heading{color:#fff;font-size:2.5rem;margin-bottom:16px;margin-top:0;text-align:center}.countdown-timer-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.countdown-timer-values{background:linear-gradient(135deg,#29344d,#17233d);border-radius:8px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff;font-size:3rem;margin-bottom:10px;padding:10px;text-align:center;width:22%}.countdown-timer-container div:not(.countdown-timer-values){color:#aaa;font-size:1.5rem;text-align:center;width:22%}