.counter {
    background-color:#f5f5f5;
    padding: 50px 0;
    border-radius: 5px;

}

.counter-active {
    background-color:#B0B0B0;
    padding: 20px 0;
    border-radius: 5px;
}

.count-text {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
