.counter {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    display: flex;
    font-family: "omnes-pro", "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 0.75;
    color: #01aeb8;
    transition: 0.3s all ease;
    opacity: 0;
}
.counter.active {
    opacity: 1 !important;
}
.counter span {
    font-size: 36px;
}
.counter div div {
    text-align: left;
    display: flex;
    margin-top: 12px !important;
}
.counter .separator {
    font-size: 36px !important;
    margin-top: -3px !important;
}
.counter {
    column-gap: 5px;
}