/* ===== Drupal Page Title (H1 σαν H3) ===== */

h1.page-title,
.node h1.title {

  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;

}

/* Tablet */
@media (max-width: 992px) {
  h1.page-title,
  .node h1.title {
    font-size: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  h1.page-title,
  .node h1.title {
    font-size: 1.1rem;
  }
}