.counter {
    margin-bottom: 50px;
    min-height:    235px;
}

.counter-inner {
    min-height: 220px;
}

.counter-header {
    display: flex;
}

.counter .number {
    display:       inline-block;
    padding-left:  20px;
    line-height:   100%;
    margin-top:    -60px;
    padding-right: 10px;
}

.counter .title {
    font-weight: bold;
    padding-top: 25px;
    line-height: 120%;
}

.counter .description {
    padding:            20px;
    box-sizing:         border-box;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
}

.vc_row .vc_column_container.vc_col-sm-4:last-child .counter {
    margin-bottom: 0 !important;
}