.flex_layout.content_split {
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
  border-radius: var(--sg-media-radius) 0 0 var(--sg-media-radius);
  overflow: hidden;
}

.flex_layout.content_split * {
  color: var(--white);
}

#pk_flex_content .flex_layout.content_split a {
  color: var(--white);
  text-decoration: underline;
}

#pk_flex_content .flex_layout.content_split p a {
  color: var(--white);
  text-decoration: underline;
}

.flex_layout.content_split a:hover {
  opacity: 0.8;
}

.flex_layout.content_split .component-heading {
  grid-column: 1/13;
}

.flex_layout.content_split .component-heading h2 {
  margin-bottom: 0;
}

.flex_layout.content_split h2 {
  font-size: 26px;
  font-weight: var(--sg-heading-weight);
  margin-bottom: 20px;
}

.flex_layout.content_split ul {
  padding-left: 20px;
}

.flex_layout.content_split ul li {
  margin-bottom: 8px;
}

.flex_layout.content_split ul li:last-of-type {
  margin-bottom: 0;
}

.flex_layout.content_split .content-split__section::before,
.flex_layout.content_split .content-split__section::after {
  content: '';
  position: absolute;
  inset: 0;
}

.flex_layout.content_split .content-split__section::before {
  content: '';
  position: absolute;
  background: url(./bg-pattern.png) no-repeat left center / cover;
}

.flex_layout.content_split .content-split__section::after {
  background: rgba(var(--sg-primary-rgb), 0.84);
}

.flex_layout.content_split .component__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  position: relative;
  padding: 40px 20px;
  z-index: 5;
}
.flex_layout.content_split .component__wrapper.is-column__layout {
  display: grid;
}
.flex_layout.content_split .compontent-content__left {
  grid-column: 1 / 13;
}

.flex_layout.content_split .compontent-content__right {
  grid-column: 1 / 13;
}
@media screen and (max-width: 990px) {
  .flex_layout.content_split:has(.content-split__section) {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 990px) {
  .flex_layout.content_split .component__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    padding: 60px 50px;
    padding-bottom: 80px;
  }

  .flex_layout.content_split h2 {
    font-size: 32px;
  }

  .flex_layout.content_split .compontent-content__left,
  .flex_layout.content_split .compontent-content__right {
    width: 100%;
  }
  .flex_layout.content_split
    .component__wrapper.is-column__layout
    .compontent-content__left {
    grid-column: 1 / 7;
  }

  .flex_layout.content_split
    .component__wrapper.is-column__layout
    .compontent-content__right {
    grid-column: 8 / 13;
  }
}

@media screen and (min-width: 1499px) {
  /* .flex_layout.content_split
    .component__wrapper.is-column__layout
    .compontent-content__left {
    grid-column: 1 / 7;
  }

  .flex_layout.content_split
    .component__wrapper.is-column__layout
    .compontent-content__right {
    grid-column: 8 / 13;
  } */
}

.schoolgids-profile-markland
  .flex_layout.content_split
  .content-split__section::before {
  content: '';
  position: absolute;
  top: 54px;
  background: url(./bg-pattern-2.png) no-repeat center bottom / contain;
  opacity: 0.16;
  z-index: 1;
}

@media screen and (min-width: 990px) {
  .schoolgids-profile-markland .flex_layout.content_split .component__wrapper {
    padding: 64px 40px 84px 40px;
  }
}

@media screen and (min-width: 1820px) {
  .flex_layout.content_split {
    border-radius: var(--sg-media-radius);
  }
}
