.node--type-h5p .node__content > div:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
.node--type-h5p .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-h5p .node__header .without-header > .container h1 {
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.node--type-h5p .node__header .without-header > .container h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 75px;
  background-color: #007190;
}
.node--type-h5p .node__header .with-header .block-system-breadcrumb-block {
  padding-top: 1.5rem;
}