#countdown_time_worldskills {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color:#fff;
}
#countdown_time_worldskills>div {
    background: #046fb5;
    text-align: center;
    margin: 3px;
    flex-direction: column;
}
#countdown_time_worldskills>div>div:first-child {
    padding: 10px 15px;
    font-size: 23px;
    font-weight: bold;
}
#countdown_time_worldskills>div>div:last-child {
    padding: 5px 15px;
    border-top: 3px solid #fff;
}