.stats-card {
   padding-right:20px;
   float:left;
}
.light-green {
    background: #afe1af;
}
.medium-green {
    background: #75a275;
}
.bright-green {
    background: #6abe6a;
}
.stats-card a {
    width: 100%;
    float: left;
    border-radius: 15px;
    padding: 15px;
    transition: all 0.4s;
    box-shadow: 0 0 15px 0px #d9e5e1;
}
    .stats-card a:hover, .stats-card a:focus {
        /*background: #00a36c;*/
        background: #474995;
    }
.stats-card .stats-title, .stats-card .stats-total {
    color:#fff;
}
.stats-title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.stats-total {
    margin: 0px;
    transition: all 0.4s;
    font-weight: 400;
}
.stats-card a:hover .stats-total, .stats-card a:focus .stats-total {
    margin-left: 10px;
}