@media (max-width: 600px) {
  #tasks-title,
  #profile-title,
  #case-title,
  #process-title,
  #client-reviews-title {
    font-size: 2.4rem !important;
    line-height: 0.98 !important;
  }

  #tasks .tasks-annotation {
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
  }

  #profile .profile-stats dt {
    font-size: 3.6rem !important;
  }

  #profile .profile-stats dd {
    font-size: 1.35rem !important;
    line-height: 1.15 !important;
  }
}
