/* New Home Page */

.counter_wrap span.hfe-counter-title {
    position: relative;
    min-width: 106px;
    text-align: center;
    max-width: 106px;
}

.counter_wrap span.hfe-counter-title::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #524D4D;
    position: absolute;
    top: -12.5px;
}

/* New Home Page */