@media (max-width: 768px) {
    .invoice-text {
        display: none;
    }
}

.invoice-text {
    color: gray;
}