@media only screen and (max-width: 960px) {
    .stats .stat {
        width: 50%
    }
}

.mobile-device .stats .stat {
    padding: 10px 0;
}