.lk-counter-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px;
    position: relative;
}

.lk-counter-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.lk-counter-item .lk-counter-icon,
.lk-counter-item .lk-counter-number,
.lk-counter-item .lk-counter-title {
    line-height: 1;
}

.lk-counter-item .lk-counter-number {
    font-size: 45px;
    margin-top: 25px;
    font-weight: 400;
}

.lk-counter-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}

.lk-counter-light .lk-counter-item .lk-counter-number,
.lk-counter-light .lk-counter-item .lk-counter-title{
    color: #fff;
}