/** fact-counter **/
.fact-counter {
    position: relative;
    padding: 80px 0px;
}

.fact-counter .counter-block {
    position: relative;
    display: block;
    text-align: center;
}

.fact-counter .counter-column:last-child .counter-block:before {
    display: none;
}

.fact-counter .counter-block .count-outer {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 3px;
}

.fact-counter .counter-block .text {
    position: relative;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}