.counter-value {
    font-family: "Crimson Text", serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1;
    color: #014923;
}

.counter-value > * {
    display: inline-block;
}

.counter-icon {
    margin-top: 0.2em;
    margin-left: 0.23em;
    font-size: 0.53em;
    color: #014923;
    vertical-align: top;
}

.counter-title {
    text-transform: uppercase;
    font-size: 0.8125rem;
    line-height: 1.16;
    letter-spacing: 0.06em;
}

* + .counter-title {
    margin-top: 0.5rem;
}

.counter-bordered {
    padding-left: 1.5rem;
    border-left: 1px solid #cfcfcf;
}

.context-dark .counter-value {
    color: #fff;
}

.context-dark .counter-title {
    color: rgba(255, 255, 255, 0.6);
}

.context-dark .counter-bordered {
    border-left-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .counter-value {
        font-size: 3rem;
        line-height: 0.7;
    }
}

@media (min-width: 1200px) {
    .counter-value {
        font-size: 3.75rem;
        line-height: 0.7;
    }
    * + .counter-title {
        margin-top: 1.375rem;
    }
}
/*# sourceMappingURL=counter.css.map */
