/*COLORS*/
/*FONTS*/
.stm-counter_style_10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.stm-counter_style_10 .stm-counter__icon {
    position: relative;
    font-size: 48px;
    line-height: 60px;
    width: 70px;
    display: block;
}

.stm-counter_style_10 .stm-counter__value {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    font-family: inherit !important;
    display: block;
}

.stm-counter_style_10 .stm-counter__affix {
    font-size: 25px;
}

.stm-counter_style_10 .stm-counter__prefix {
    font-size: 48px;
    font-family: inherit !important;
    font-weight: bold;
}

.stm-counter_style_10 .stm-counter__label {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 70px;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .stm-counter_style_10 .stm-counter__label {
        width: 100% !important;
    }

    .stm-counter_style_10 .stm-counter__value {
        font-size: 36px !important;
    }
}

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