.counter-bar {
    /* background: #ffffff; */
    /* color: #4b4b4b; */
}
.countdown .number {
    font-size: 29px;
    line-height: 29px;
}
.countdown .text {
    font-size: 10px;
    line-height: 10px;
}
.countdown li {
    background: #053465;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 65px;
    height: 65px;
}

.countdown .number,
.countdown .text {
    color: #fff;
}

@media(max-width:575px){
    .countdown .number {
        font-size: 23px;
    }
    .countdown .text {
        font-size: 8px;
    }
    .countdown li {
        width: 51px;
        height: 51px;
    }
    .counter-bar .title {
        font-size: 19px;
        line-height: 28px;
        margin: 0 0 5px;
    }
}