    .dashboard-summery-one {
        margin-bottom: 30px;
        background-color: #ffffff;
        padding: 22px 28px;
        border-radius: 4px;
        box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
    }

    .dashboard-summery-one .item-icon {
        position: relative;
        height: 85px;
        width: 85px;
        line-height: 85px;
        border-radius: 50%;
        text-align: center;
    }

    .dashboard-summery-one .item-icon i:before {
        margin-left: 0;
        font-size: 44px;
    }

    .dashboard-summery-one .item-content {
        text-align: right;
    }

    .dashboard-summery-one .item-content .item-title {
        color: #a8a8a8;
        margin-bottom: 2px;
    }

    .dashboard-summery-one .item-content .item-number {
        font-size: 20px;
        font-weight: 500;
        color: #111111;
    }


    @media only screen and (min-width: 991px) {
        .dashboard-summery-one .item-content .item-number {
            font-size: 30px;
        }
    }