

.stat-title{
    height: 80px;
}


@media screen and (max-width:550px) {
    .stat-title{
        height: 20px;
    }

}