/*COLORS*/
/*FONTS*/
.stm-counter_style_2 {
    position: relative;
    height: 100%;
    padding: 7px 0 11px 41px;
}

.stm-counter_style_2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.stm-counter_style_2 .stm-counter__icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
    font-size: 40px;
}

.stm-counter_style_2 .stm-counter__affix, .stm-counter_style_2 .stm-counter__prefix, .stm-counter_style_2 .stm-counter__value {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: 2px;
}

.stm-counter_style_2 .stm-counter__value {
    letter-spacing: 5.6px;
}

.stm-counter_style_2 .stm-counter__label {
    padding: 11px 0 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.stm-counter_style_2.stm_icon_gradient i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
