#pk_flex_content {
  --site-grid: 1360px;
}
#pk_flex_content .flex_layout {
  position: relative;
  z-index: 2;
  margin-block: 5.5rem;
}
#pk_flex_content .flex_content:nth-child(1) .flex_layout:nth-child(1) {
  margin-top: 0;
}

/* #pk_flex_content .flex_layout {
	padding-left: 2.5rem; position: relative;
}
#pk_flex_content .flex_layout::before {
	content: ''; position: absolute; top: 0; left: 0; z-index: 2;
	width: 1rem; height: 45px; background-color: var(--iz-green-lightest);
} */

#pk_flex_content strong {
  font-weight: 700;
}

#pk_flex_content .flex_layout:not(.full_width) {
  max-width: var(--site-grid);
  margin-inline: auto;
}

.flex_layout_wrapper .flex_container_inner {
  padding-inline: 20px;
}

.buttons_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 32px;
}

#pk_flex_content .heading_wrapper .heading_subtitel {
  margin-bottom: 0.25rem;
  display: block;
  color: var(--iz-text-secondary);
}

@media screen and (max-width: 992px) {
  #pk_flex_content .flex_layout {
    margin-block: 2rem;
  }

  #pk_flex_content .flex_breadcrumbs .flex_layout {
    padding-inline: 20px;
  }
}
