/*
 * Земельный Практикум.
 * Единая типографика заголовков карточек верхнего ряда
 * на главной странице ученика.
 *
 * Размеры карточек и сетка не изменяются.
 */

body[data-role="student"][data-active="home"]
  #nc-home-block
  .nc-home-slot-head
  h2,

body[data-role="student"][data-active="home"]
  .status-kpi.path-kpi-v1
  .path-card-head
  h3,

body[data-role="student"][data-active="home"]
  .home-community-kpi
  .home-community-head
  h3,

body[data-role="student"][data-active="home"]
  .mentor-card
  > h2,

body[data-role="student"][data-active="home"]
  .mentor-card
  > h3,

body[data-role="student"][data-active="home"]
  .mentor-card
  > .section-title
  h2,

body[data-role="student"][data-active="home"]
  .mentor-card
  > .section-title
  h3 {
  margin-top: 0 !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}
