.single-counter {
    padding: 15px 0;
    border-radius: 6px;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    z-index: 1;
}

.single-counter span {
    margin-top: 18px;
    margin-bottom: -3px;
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 900;
}

.single-counter p {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
    margin-top: 0;
    font-weight: 500;
}

.counter-up-wrapper .border-right,
.counter-up-wrapper .table td {
    border-color: #f8ecec82 !important;
    background: transparent;
}

.border-bottom-0 {
    border-bottom: 0;
}

.counter-up-wrapper img {
    max-width: 68px;
}

.video-div {
    -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    -ms-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    -o-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
}

.video-box .video-image {
    position: relative;
    margin: 0;
}

.video-box .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width:599px) {
    .counter-up-wrapper .table td {
        display: block;
    }

    .counter-up-wrapper .table td.border-right {
        border-right: 0 !important;
        border-bottom: 1px solid #f8ecec82 !important;
    }

    .counter-up-wrapper .b-bottom {
        border-top: 0 !important;
    }
}