﻿
.stats .stats-item {
    background-color: #f1f4fa;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

    .stats .stats-item i {
        color: #ff0000;
        font-size: 42px;
        line-height: 0;
        margin-right: 20px;
    }

    .stats .stats-item span {
        font-size: 36px;
        display: block;
        font-weight: 600;
    }

    .stats .stats-item p {
        padding: 0;
        margin: 0;
        font-family: var(--heading-font);
        font-size: 16px;
    }
