/* Play with speed and easing of the animation */
/* =========================================== */
.counter-wrapper {
    display: flex;
    justify-content: center;
}
.digit {
    display: inline-block!important;
    height: 180px!important;
    font-style: normal!important;
    font-weight: 700!important;
    font-size: 80px;
    line-height: 77px;
    text-shadow: 0 4px 150px rgb(255 255 255 / 20%)!important;
    color: #FEFEFE!important;
}

.time-part-wrapper {
    display: inline-block;
    /*margin-right: 50px;*/
    position: relative;
}
.time-part-wrapper:not(:last-child):after {
    content: "";
    display: block;
    width: 30px;
    height: 230px;
    position: absolute;
    top: 0;
    right: -30px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 80px;
    line-height: 0.9;
}

.time-part {
    padding-top: 22px;
    width: 53px;
    text-align: center;
    height: 118px;
    overflow: hidden;
    display: inline-block;
    margin-left: -7px;
    box-sizing: border-box;
}

.time-part.full {
    width: auto;
}
