  .node--type-page .node__content > div:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
.node--type-page .node__header .without-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.node--type-page .node__header .without-header > .container h1 {
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.node--type-page .node__header .without-header > .container h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 75px;
  background-color: #007190;
}
.node--type-page .node__header .with-header .block-system-breadcrumb-block {
  padding-top: 1.5rem;
}
.node--type-page .paragraph--type--row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.node--type-page .paragraph--type--row.bg-white {
  background-color: #ffffff;
}
.node--type-page .paragraph--type--row.bg-gray {
  background-color: #f2f4f7;
}
.node--type-page .paragraph--type--row.bg-gray figcaption {
  background-color: #ffffff !important;
}
.node--type-page .paragraph--type--row .description {
  margin-bottom: 1.5rem;
}
.node--type-page .paragraph--type--row .description h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.node--type-page .paragraph--type--row > .container > div:last-child {
  margin-bottom: 0;
}