.wf_page_title {
  color: var(--design-text-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .wf_page_title {
    line-height: 28px;
  }
}
