
.counter-v1 .cv1-item{
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.counter-v1 .cv1-item:hover .odometer-value,
.counter-v1 .cv1-item:hover .cv1-icon i, 
.counter-v1 .cv1-item:hover .odometer-formatting-mark, .counter-v1 .cv1-item:hover .cv1-subtitle {
    color: #8EC497;
    transition: all ease-in-out 0.4s;
}


.counter-v1 .odometer-value,
.counter-v1 .cv1-icon i,
.counter-v1 .odometer-formatting-mark, .counter-v1 .cv1-item .cv1-subtitle{
    color: #0A3610;
    transition: all ease-in-out 0.4s;
}
.counter-v1 .odometer-value,
.counter-v1 .odometer-digit-spacer,
.counter-v1  h3 span{
    font-size: 36px;
}

.counter-v1 h3 span.plus {
    color: #0A3611;
    padding-left: 2px;
}

.counter-v1 .cv1-text{
    margin-left: 16px;
}

.counter-v1 .cv1-text p,
.counter-v1 .cv1-text h3{
    margin: 0;
}

.counter-v1 .cv1-text p{
    font-weight: 500;
    overflow-wrap: anywhere;
}



.counter-v1 .cv1-icon{
    font-size: 48px;
    vertical-align: top;
}

/* font family */
.counter-v1 .odometer-auto-theme,
.counter-v1 .odometer.odometer-theme-default {
  font-family: "Roboto", sans-serif;
  line-height: 1.1em;
}
 .mobile-only {
        display: block;
    }
@media only screen and (min-width: 992px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (min-width: 768px) {

.counter-v1 .cv1-item{
    margin-bottom: 16px;
    text-align: start;
}
    .counter-v1 .cv1-icon{
        max-width: 30%;
        display: inline-block;
    }
    .counter-v1 .cv1-text{
        display: inline-block;
        max-width: 68%;
    }
}

@media screen and (min-width: 992px) {
    .counter-v1 .cv1-item.col-line::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        height: 90%;
        width: 0;
        transform: translateY(-50%);
        border-right: 1px dashed #eaeaea;
    }
}

@media screen and (min-width: 1200px) {
    .counter-v1 .cv1-item.col-line::after{
        right: 16px;
    }
}
