.u-countdown-timer-top{
  display: flex;
  justify-content: center;     
}
.u-countdown-timer-wrapper{
  text-align:center;
  width:100%;
}
@media(min-width:769px){
  .u-countdown-timer-top{
    width: 50%;
    margin:0 auto;
  }
}