/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


div.stats .stat-column {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 40%;
    color: rgb(64, 110, 142);
}

div.stats .stat-column p.value {
    font-size: 200%;
    font-weight: 500;
    line-height: 90%;
    margin-bottom: 1px;
    color: rgb(64, 110, 142);
}

div.stats .stat-column p {
    font-size: 100%;
    font-weight: 500;
    opacity: 1;
    margin: 0;
    color: rgb(64, 110, 142);
}


@media only screen and (min-width: 768px) {
    div.stats {
        margin-left: 20px;
    }
}