@use "00-base/configure" as *;

.ma__page-intro {

  &__sub-title {
    font-size: $fonts-larger;
    line-height: 1.5;
    margin-bottom: 1em;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

//theme

.ma__page-intro {

  &__sub-title {
    color: var(--mf-c-font-heading);
    font-weight: $fonts-bold;
  }
}
