@media (max-width: 768px) {
  .wpb_wrapper .heading-class { /* Replace .heading-class with your target class */
    font-size: 18px; /* Set your desired mobile font size */
    line-height: 1.3;
  }
}