.stats_coffe_count{
    font-family:montserrat-bold,sans-serif;
    font-size:8.4rem;
    line-height:1;
    color:#fff;
    position:relative;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.stats_coffe_count::after{
    content:"²";
    display:inline-block;
    font-family:montserrat-regular,sans-serif;
}


@media only screen and (max-width:800px){
        .stats_coffe_count{
        font-size:8rem
    }

}

@media only screen and (max-width:400px){
    .stats_coffe_count{
        font-size:7.8rem
    }
}