@media only screen and (max-width: 768px) {
    .deskOnly{
        display: none;
    }
    .mblOnly{
        display: block;
    }
    .testimonial_stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}