﻿.stats{

    display:flex;

    justify-content:space-between;

    text-align:center;

}

.stat{

    width:23%;

    background:#fff;

    padding:35px;

    border-radius:8px;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

}

.stat i{

    color:#005A9C;

    font-size:48px;

    margin-bottom:15px;

}

.stat-number{

    font-size:42px;

    color:#005A9C;

    font-weight:bold;

}

.stat-title{

    margin-top:12px;

}