

#counter-container {
    width: 100%;
    justify-content: center;
    display: flex;
}

.counter img {
    width: 10%;
    overflow: auto;
}

@media (max-width: 768px) {
    .counter img {
        width: 15%;
    }
}
