@media screen and (max-width: 640px) {
  .mobile-text-adjust {
    font-size: 18px !important;
    line-height: 1.4em !important;
  }
}