#pk_flex_content .flex_layout.content_split {
  max-width: 100%;
  position: relative;
  padding-top: clamp(80px, 10vw, 200px);
  margin-bottom: clamp(80px, 10vw, 200px);
}

.flex_layout.content_split .grid-wrapper {
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  color: var(--white);
  margin: 0 auto;
}

.flex_layout.content_split .content-left__wrapper {
  margin-bottom: 32px;
}

.flex_layout.content_split .content-left__wrapper,
.flex_layout.content_split .content-right__wrapper {
  width: 100%;
}

.flex_layout.content_split .content h1,
.flex_layout.content_split .content h2,
.flex_layout.content_split .content h3 {
  font-size: clamp(24px, 1.8vw, 30px);
  line-height: 125%;
}
.flex_layout.content_split .button-wrapper {
  margin-top: 32px;
}

/* Tablet and above */
@media screen and (min-width: 768px) {
}

/* Desktop Small */
@media screen and (min-width: 990px) {
  #pk_flex_content .flex_layout.content_split {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }

  .flex_layout.content_split .grid-wrapper {
    max-width: 991px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 99px;
    justify-content: space-between;
    margin: 0 auto;
  }

  .flex_layout.content_split .content-left__wrapper {
    max-width: 416px;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .flex_layout.content_split .content-right__wrapper {
    max-width: 466px;
  }
}
