.user-points {
    color: #fff;
    text-align: center;
    font-size:19px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .user-points {
        font-size:15px;
    }
}