.stats {
    position: relative;
    width: 100%;
    padding: 8px 0 82px;
}
.stats .column-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.stats .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;
}
.stats.border-box .column-row .col-three  {
    padding-top: 35px;
}
.stats .column-row .col-three:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d4d4d8;
    top: 0;
    right: 0;
}
.stats .column-row .col-three:nth-child(3):after {
    display: none;
}
.stats .column-row .col-three:nth-child(even):after  {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d4d4d8;
    top: 0;
    right: 0;
}
.stats .column-row .stat-info span {
    font-size: 100px;
    line-height: 1;
    background: -webkit-linear-gradient(#00A5D9, #0069AA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.05em;
    color: #F6FAFC;
}
.stats .column-row .stat-info span strong {
    font-weight: 850;
    font-family: 'Univers LT Std';
}
.stats .column-row .stat-info span > span {
    font-size: 36px;
    position: absolute;
    font-weight: 700;
}
.stats .column-row .stat-info p {
    color: #0069AA;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Univers LT Std' !important;
    max-width: 270px;
    margin: 20px auto 0;
    line-height: 1.4 !important;
}
.ua-ie .stats .column-row .stat-info span {
    color: #0069AA;
}
/*@media screen and (max-width: 991px) {*/
/*    .stats .column-row .col-three {*/
/*        max-width: 50%;*/
/*        flex: 0 0 50%;*/
/*    }*/
/*}*/
@media screen and (max-width: 595px) {
    .stats .column-row .col-three {
        max-width: 100%;
        flex: 0 0 100%;
        border-bottom: 0.5px solid #414141;
    }
    .stats .column-row .col-three:after {
        display: none;
    }
    .stats .column-row .col-three:nth-child(even):after {
        display: none;
    }
    .stats .column-row .stat-info span > span {
        top: 20px;
    }
}