.statistics {
    position: relative;
    width: 100%;
    padding: 40px 0;
}
.statistics .intro {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 30px;
}
.statistics .intro h2 {
    font-size: 36px !important;
    font-family: 'UNIVERS LT STD' !important;
    line-height: 1.25 !important;
}
@media (max-width: 595px) {
    .statistics .intro h2 {
        font-size: 30px !important;
    } 
}
.statistics .column-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
@media (max-width: 595px) {
    .statistics .column-row {
        flex-direction: column;
    }
}
.statistics .column-row .col-three {
    text-align: center;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    width: 100%;
    padding: 12px 10px 16px;
    position: relative;
    box-sizing: border-box;
}
@media (max-width: 595px) {
    .statistics .column-row .col-three {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 26px;
        padding-bottom: 0;
        padding-top: 0;
        text-align: left;
        margin-bottom: 11px;
        margin-top: 12px;
    }
    .statistics .column-row .col-three:after {
        width: 2px !important;
    }
}
.statistics .column-row .col-three:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d4d4d8;
    top: 0;
    right: 0;
}
@media (max-width: 595px) {
    .statistics .column-row .col-three:after {
        left: 0;
    }
    .statistics .column-row .col-three:last-child {
        margin-bottom: 0;
    }
    .statistics .column-row .stat-info span {
        font-size: 70px !important;
    }
    .statistics .column-row .stat-info p {
        margin-top: 2px !important;
    }

}
@media (min-width: 595px) {
    .statistics .column-row .col-three:last-child:after {
        display: none;
    }
}

.statistics .column-row .stat-info span {
    font-size: 100px;
    line-height: 1;
    background: -webkit-linear-gradient(#52ccba, #0069aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.05em;
}

@media (max-width: 915px) and (min-width: 768px) {
    .statistics .column-row .stat-info span {
        font-size: 80px;
    }
}
@media (max-width: 767px) and (min-width: 595px) {
    .statistics .column-row .stat-info span {
        font-size: 70px;
    }
}

.statistics .column-row .stat-info span strong {
  font-weight: 800;
}
.statistics .column-row .stat-info p {
  color: #00a5d9;
    font-weight: 700;
    margin: 18px 0 0;
    letter-spacing: 0.17em;
}
@media (max-width: 767px) and (min-width: 595px) {
    .statistics .column-row .stat-info p  {
        font-weight: 500;
        letter-spacing: 0.05em;
    }
}
@media (max-width: 767px) and (min-width: 595px) {
    .statistics .column-row .stat-info p  {
        font-size: 14px;
    }
}



.ua-ie .statistics .column-row .stat-info span {
    color: #00a5d9;
}