.page-bylaw {
  background-color: var(--colorBg2);
}
.page-bylaw .bylaw-content {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.page-bylaw .bylaw-content__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-bylaw .bylaw-content__block {
  padding-bottom: 1rem;
}
.page-bylaw .bylaw-content__heading {
  margin-bottom: 2.5rem;
}
.page-bylaw .bylaw-content__sub-heading {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.page-bylaw .bylaw-content__sub-heading::before {
  top: 1.4rem;
}
.page-bylaw .bylaw-content__link {
  margin-bottom: 2rem;
}
@media print {
  .page-bylaw .bylaw-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .page-bylaw .bylaw-content__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .page-bylaw .bylaw-content__block {
    padding-bottom: 2rem;
  }
  .page-bylaw .bylaw-content__heading {
    margin-bottom: 3.5rem;
  }
  .page-bylaw .bylaw-content__sub-heading {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .page-bylaw .bylaw-content__link .m-text-link {
    font-size: 1.6rem;
  }
  .page-bylaw .bylaw-content__link {
    margin-bottom: 1rem;
  }
}
@media screen {
  .page-bylaw .bylaw-content__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .page-bylaw .bylaw-content__link {
    line-height: 1.4;
  }
}