.counter-container {
    display: flex;
    overflow: hidden;
    font-size: 1em;
    line-height: 1em;
    height: 1em;
}

.digit {
    display: flex;
    flex-direction: column;
    transition: transform 1s ease-in-out;
}

.digit span {
    height: 1em;
}