@charset "utf-8";

/*  Heading
====================================*/
.fs-l-main .fs-c-heading--page {
  border-bottom: none;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 24px;
  padding: 0 8px 1.2em;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .fs-c-heading--page {
    padding: 1.4em 8px;
  }
}

.fs-c-documentArticle__heading {
  background: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 4px 8px;
  text-align: left;
  border-bottom: solid 1px currentColor;
}

.fs-c-documentColumn__heading {
  color: #000;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 1px 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 8px;
  padding-left: 16px;
  margin-bottom: 8px;
}

.fs-c-documentColumn__content {
  padding: 8px 1em 0;
  display: grid;
  grid-auto-flow: row;
  gap: 0 32px;
}

.fs-c-documentArticle__content p + p{
  margin-top: 1em;
}