.counter-v1 .cv1-item {
    margin-bottom: 16px;
    text-align: center;
    position: relative;
}


.counter-v1 .odometer-value,
.counter-v1 .cv1-icon,
.counter-v1 .odometer-formatting-mark {
    color: rgba(191, 30, 46, 1);
}

.counter-v1 .odometer-value,
.counter-v1 .odometer-digit-spacer,
.counter-v1 h3 span {
    font-size: 36px;
}

.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;
}

@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;
    }
}