.counter-box {
    transition: box-shadow 0.3s;
    border: 2px solid #e0e0e0;
}
.counter {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}