.Countdown{margin-top:48px;width:100%;display:flex;gap:1px;justify-content:space-evenly;border-radius:48px;overflow:hidden;flex-direction:column}.Countdown div{flex:1 1;text-align:center;padding:32px 24px;background-color:#befffa;font-size:42px;line-height:53px}.Countdown div span{display:block;font-size:16px;line-height:24px;margin-top:16px}@media only screen and (min-width:768px),print{.Countdown{margin-top:0;flex-direction:row}}