.timer {
    font-family: "Digital";
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
    line-height: 1 !important;
    margin-top: 10px !important;
}
.seprator {
    margin-top: 6px !important;
}

.clock {
    width: fit-content;
    background: #ffffff !important;
    color: #006 !important;
    padding: 2px 10px;
    margin-top: -55px !important;
    height: fit-content;
    text-align: center;
    position: absolute;
    bottom: 5px;
}
#timer_section{
    position: relative;
    display: flex !important;
    align-items: center !important;
}

.clock::before{
    content:" ";
    position: absolute;
    left: 0;
    top: 11px;
    height: 50%;
    width: 1px;
    background-color:#d5d5d5 !important;
}

.clock::after{
    content:" ";
    position: absolute;
    right: 0;
    height: 50%;
    top: 11px;
    width: 1px;
    background-color:#d5d5d5 !important;
}

@media screen and (max-width: 867px) {
    .clock {
        margin-top: 0 !important;
    }
}

.clock .column {
    line-height: 1 !important;
    display: inline-block;
    margin-top: 5px;
}

.column > div {
    text-align: center !important;
}

.hour {
    transform: translateX(5px);
}

.text {
    font-size: 12px;
}

