.page_header .main_headline {
  margin-left: auto;
  margin-right: auto;
  max-width: 17em;
  text-wrap: balance;
}
.page_header .main_headline:last-child {
  margin-bottom: 0;
}

.back_button {
  display: none;
}

.nwcsp_signpost.advantages {
  padding-top: 0;
}
.nwcsp_signpost.advantages:nth-child(1 of .nwcsp_signpost.advantages) .nwcsp_cont {
  max-width: 1000px;
}
.nwcsp_signpost.advantages:nth-child(1 of .nwcsp_signpost.advantages) .nwcsp_item_title {
  margin-left: auto;
  margin-right: auto;
  max-width: 14em;
  text-wrap: balance;
  font-size: inherit;
  font-weight: inherit;
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) .nwcsp_cont {
  max-width: 800px;
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) a.item_cont {
  transition: color 0.2s;
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) a.item_cont:hover {
  color: #ae0e1f;
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) .picture_tag_image {
  display: none;
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) .nwcsp_item_title {
  font-weight: 700;
  margin-bottom: 0.4em;
  font-size: 2rem;
  line-height: 1.34375em;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) .nwcsp_item_title {
    font-size: 1.5rem;
    line-height: 1.33333em;
  }
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) .plugin_signpost_item:first-child {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
  color: #ae0e1f;
  pointer-events: none;
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) .plugin_signpost_item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #ae0e1f;
  left: 0;
  bottom: 0;
  width: 8em;
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) .plugin_signpost_item:first-child::after {
  left: 50%;
  transform: translateX(-50%);
}
.nwcsp_signpost.advantages:nth-child(2 of .nwcsp_signpost.advantages) .plugin_signpost_items {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  justify-items: stretch;
}
