.counter-container {
    display: flex;
    justify-content: center; /* Center the counters horizontally */
    max-width: 1128px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-top: 64px;
    margin-bottom: 16px;
}

.counter {
    text-align: center;
    margin-left: 64px;
    margin-right: 64px;
}

.counter-value {
    font-size: 32px; /* Large size for the counter number */
    color: gray;
}

.counter-plus-sign {
    font-size: 24px;
    color: gray;
}

.counter-text {
    font-size: 12px; /* Smaller size for the description */
    font-weight: 700;
    color: gray;
}
