.at-counters .articleTitle {
    margin-bottom: var(--marginLarge);
}

.at-counters.--center {
    text-align: center;
}

.at-counters.--light * {
    color: var(--baseLight100);
}

.at-counters__item {
    display: flex;
    flex-direction: column;
    gap: var(--marginExtraSmall);
}

.--center .at-counters__item {
    align-items: center;
}

.at-counters__text {
    order: +1;
    margin-bottom: 0;
    font-size: var(--bodySize);
    font-weight: var(--bodyWeight);
}

.at-counters__itemIcon {
    order: -1;
    display: block;
    width: 48px;
    margin-bottom: 0;
}

.--light .at-counters__itemIcon {
    filter: invert(1) brightness(1);
}

.at-counters__itemNumber {
    line-height: 1.2;
    font-size: var(--h2Size);
    font-weight: var(--headingsWeight);
}
