.panel.counters {
    margin-top: 30px;
    color: var(--color);
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    text-align: left;
}
.panel.counters .counter-holder {
    display: flex;
    column-gap: 30px;
    align-items: center;
    width: 100%;
}
.panel.counters .counter-holder .counter-icon {
    width: 60px;
    height: 60px;
    pointer-events: none;
}
.panel.counters .counter-holder .counter-icon svg {
    display: block;
    width: 60px;
    height: 60px;
}
.panel.counters .counter-holder .counter-content {
    display: flex;
    flex-direction: column;
    line-height: 1;
    row-gap: 10px;
    width: 300px;
}
.panel.counters .counter-holder .counter-content .counter-title {
    font-size: .8em;
    color: var(--main);
    line-height: 1.3;
}
.panel.counters .counter-holder .counter-content .counter-name {
    color: var(--color);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.76em;
    width: 100%;
}