.counter { text-align: center; }
.counter .counter_label {
    font-size: 60px;
    font-family: 'Titillium Web';
    line-height: 1.2;
    font-weight: 700;
}
.counter-img img {

    max-width: 52px;

}

@media (max-width: 767.9px) {
    .counter p,
    .counter h1,
    .counter h2,
    .counter h3,
    .counter h4,
    .counter h5,
    .counter h6 {
        margin: 0;
    }
    .counter {
        margin: 25px 0;
    }
}