.counter-container {
    margin-bottom: 30px;
    background-color: white;
    padding: 24px 15px;
    border-radius: 12px;
}

.counter-item {
    padding: 0 24px;
}

.counter-item h1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 13px;
}

.counter-item:not(:last-child) {
    border-right: 1px solid var(--grayscale-200)
}

.counter-item-label {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    font-size: 14px;
    font-weight: 500;
}
img.kebad-icon{
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .counter-item:not(:last-child) {
    border-right: 0;
  }
}
