.counterlist .counter-icon {
    width: 170px;
    height: 170px;
    min-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
}
.counterlist .counter-icon svg {
    width: 60%;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .counterlist .counter-icon {
        width: 150px;
        min-width: 150px;
        height: 150px;
    }
}

@media (max-width: 575px) {
    .counterlist .counter-icon {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }
}