

.mightytek-counter .counter-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}
.mightytek-counter .counter-detail{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mightytek-counter .mightytek-counter-info span.timer ,.mightytek-counter .mightytek-counter-info span.counter-symbol{
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-medium);
    color: var(--color-theme-white);
}
.mightytek-counter .mightytek-counter-info span.counter-symbol{
    color: var(--color-theme-orange);
}
.mightytek-counter .mightytek-counter-info{
    margin: 0 15px 0 0;
    display: inline-block;
    line-height: normal;
}
.mightytek-counter .counter-detail .counter-title-text{
    color: var(--color-theme-white);
    text-transform: capitalize;
 }
 .mightytek-counter .counter-content-text{
     margin: 0;
     color: var(--color-theme-secondary);
     font-size: var(--font-size-small);
     letter-spacing: var(--letter-spacing);
     text-transform: uppercase;
 }
 .content-position-top .mightytek-counter .counter-content{
    display: block;
 }
 .content-position-top .mightytek-counter .mightytek-counter-info{
    margin: 0 0 15px 0;
}
.content-position-top .mightytek-counter .mightytek-counter-info span.counter-symbol{
    font-size: var(--font-size-h3);
}
 @media only screen and (min-width: 1025px) and (max-width: 1270px){
    .mightytek-counter .counter-detail .counter-title-text,
    .mightytek-counter .mightytek-counter-info span.counter-symbol,
    .mightytek-counter .mightytek-counter-info span.timer {
        font-size: var(--font-size-h4);
    }
 }