.display-count {
    text-align: center;
    font-family: inherit; /* Uses the theme's primary font */
    margin: 20px 0;
}

.display-count .count-number {
    font-size: 60px;
    font-weight: bold;
    color: #fffff !important; /* Force the color */
    margin: 0;
    transition: all 0.5s ease; /* Optional: smooth transition on animation */
}

.display-count .count-title {
    font-size: 20px;
    text-transform: capitalize; /* Capitalize the first letter of each word */
    color: #fffff !important; /* Force the color */
    margin: 0;
}




