.countdown { display: flex; flex-wrap: wrap; padding: 15px; border: 1px solid #E3E8EE; font-family: "Roboto Slab", serif; text-align: center; background: #F5F5F5; text-align: center; font-size: 14px; margin-bottom: 15px; }
.countdown-title { width: 100%; color: #000; font-weight: 600; font-size: 20px; margin: 7px 0px 10px; display: block; line-height: 1.3em; }
.countdown-number { width: 33.33%; display: block; padding: 0 5px; }
.countdown-time { font-weight: 600; color: #fff; font-size: 1.7em; line-height: 1.3em; padding: 10px; border-radius: 5px; background: #006AB8; display: block; text-align: center; }
.countdown-text { font-family: 'Roboto'; font-weight: 400; color: #383636; font-size: 1em; display: block; padding-top: 5px; }