#tasks-title,
#profile-title,
#case-title,
#process-title,
#client-reviews-title,
#faq-title,
#contacts-title {
  font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
  line-height: 1 !important;
}

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