.statistics-one {
    background: #000;
    padding: 3rem 0
}

@media (min-width:768px) {
    .statistics-one {
        padding: 5rem 0
    }
}

@media (min-width:992px) {
    .statistics-one {
        padding: 7rem 0
    }
}

@media (min-width:1199px) {
    .statistics-one {
        padding: 10rem 0
    }
}

@media (min-width:1599px) {
    .statistics-one {
        padding: 15rem 0
    }
}

.statistics-one h4+p {
    color: #ccc;
    margin-bottom: 0
}

@media (max-width:768px) {
    .statistics-one__counter {
        margin-top: 2.5rem
    }
}

.statistics-one__counter .row {
    position: relative
}

.statistics-one__counter .row:before {
    background: #595959;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    top: 50%;
    width: calc(100% - 30px)
}

@media (max-width:576px) {
    .statistics-one__counter .row:before {
        display: none
    }
}

.statistics-one__counter .row:after {
    background: #595959;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px
}

@media (max-width:576px) {
    .statistics-one__counter .row:after {
        display: none
    }
}

.statistics-one__counter .row .col-sm-6.col-12:last-child .statistics-one__counter-inner {
    margin-bottom: 0
}

.statistics-one__counter .row .col-sm-6.col-12:first-child,
.statistics-one__counter .row .col-sm-6.col-12:nth-child(3) {
    padding: 0
}

.statistics-one__counter .row .col-sm-6.col-12:first-child .statistics-one__counter-inner,
.statistics-one__counter .row .col-sm-6.col-12:nth-child(3) .statistics-one__counter-inner {
    padding-left: 0
}

@media (max-width:576px) {
    .statistics-one__counter .row .col-sm-6.col-12:first-child .statistics-one__counter-inner,
    .statistics-one__counter .row .col-sm-6.col-12:nth-child(3) .statistics-one__counter-inner {
        padding: 0
    }
}

.statistics-one__counter .row .col-sm-6.col-12:nth-child(2),
.statistics-one__counter .row .col-sm-6.col-12:nth-child(4) {
    padding: 0
}

.statistics-one__counter .row .col-sm-6.col-12:nth-child(2) .statistics-one__counter-inner,
.statistics-one__counter .row .col-sm-6.col-12:nth-child(4) .statistics-one__counter-inner {
    padding-right: 0
}

@media (max-width:576px) {
    .statistics-one__counter .row .col-sm-6.col-12:nth-child(2) .statistics-one__counter-inner,
    .statistics-one__counter .row .col-sm-6.col-12:nth-child(4) .statistics-one__counter-inner {
        padding: 0
    }
}

.statistics-one__counter .row .col-sm-6.col-12:first-child,
.statistics-one__counter .row .col-sm-6.col-12:nth-child(2) {
    padding: 0
}

.statistics-one__counter .row .col-sm-6.col-12:first-child .statistics-one__counter-inner,
.statistics-one__counter .row .col-sm-6.col-12:nth-child(2) .statistics-one__counter-inner {
    padding-top: 0
}

@media (max-width:576px) {
    .statistics-one__counter .row .col-sm-6.col-12:first-child .statistics-one__counter-inner,
    .statistics-one__counter .row .col-sm-6.col-12:nth-child(2) .statistics-one__counter-inner {
        padding: 0
    }
}

.statistics-one__counter .row .col-sm-6.col-12:nth-child(3),
.statistics-one__counter .row .col-sm-6.col-12:nth-child(4) {
    padding: 0
}

.statistics-one__counter .row .col-sm-6.col-12:nth-child(3) .statistics-one__counter-inner,
.statistics-one__counter .row .col-sm-6.col-12:nth-child(4) .statistics-one__counter-inner {
    padding-bottom: 0
}

@media (max-width:576px) {
    .statistics-one__counter .row .col-sm-6.col-12:nth-child(3) .statistics-one__counter-inner,
    .statistics-one__counter .row .col-sm-6.col-12:nth-child(4) .statistics-one__counter-inner {
        padding: 0
    }
}

.statistics-one__counter-inner {
    margin-bottom: 2rem;
    padding: 2.5rem
}

@media (min-width:576px) {
    .statistics-one__counter-inner {
        margin-bottom: 0
    }
}

@media (min-width:1199px) {
    .statistics-one__counter-inner {
        padding: 5rem
    }
}

.statistics-one__counter-inner h2 {
    color: #64c434 !important
}

.statistics-one__counter-inner p {
    margin-bottom: 0
}