.ancr-counter {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    position: relative;
    line-height: normal;
}

.ancr-counter-title {
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    color: var(--swm-color-headings);
}

.ancr-counter-number-wrap {
    font-size: 48px;
    display: flex;
    align-items: center;
    color: var(--swm-color-color-1);
}

.ancr-counter-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ancr-counter-prefix {
    font-size: 22px;
    font-size: 20px;
}

.ancr-counter-suffix {
    font-size: 17px;
    font-size: 20px;
}