.countdown_epizero{
    display: flex;
    flex-direction: row-reverse;
}
.countdown_epizero .number{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #1fb8d4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0 3px;
}
.countdown_epizero .number .title{
    font-size: 10px;
    font-weight: normal;
    margin-top: 2px;
}