#pk_flex_content .flex_layout.intro_cta {
  position: relative;
  max-width: 100%;
  color: var(--white);
  margin-top: 50px;
  margin-top: clamp(20px, 5vw, 55px);
  border-radius: 10px;
  background: var(--primary);
  z-index: 1;
}

.pk-intro__section .pk-container {
  max-width: 1275px;
  position: relative;
  padding: 90px 20px;
}

.pk-intro__section .pk-content__wrap {
  max-width: 785px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  text-align: center;
}

.pk-intro__section .shape {
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: all 0.1s ease;
}

.pk-intro__section .shape .shape-inner {
  text-align: center;
  padding: 35px;
}

.pk-intro__section .shape-top {
  font-size: 34px;
  line-height: 34px;
  color: var(--primary);
  max-width: 235px;
  height: 235px;
  top: -125px;
  -webkit-mask-image: url(./shape-white.png);
  mask-image: url(./shape-white.png);
  background: var(--white);
}

.pk-intro__section .shape-bottom {
  font-size: 24px;
  line-height: 24px;
  color: var(--whitey);
  max-width: 215px;
  height: 215px;
  bottom: -125px;
  right: 100px;
  -webkit-mask-image: url(./shape-green.png);
  mask-image: url(./shape-green.png);
  background: var(--secondary);
}

@media screen and (max-width: 768px) {
  .pk-intro__section .pk-container {
    padding: 80px 20px;
  }

  .pk-intro__section .pk-content__wrap {
    font-size: 26px;
    line-height: normal;
  }
  .pk-intro__section .shape-top {
    font-size: 17px;
    line-height: 16px;
    max-width: 125px;
    height: 125px;
    top: -55px;
  }

  .pk-intro__section .shape-bottom {
    max-width: 145px;
    height: 145px;
    font-size: 17px;
    line-height: 16px;
    right: 0;
    bottom: -85px;
  }
}

@media screen and (min-width: 990px) {
}

@media screen and (min-width: 1199px) {
}

@media screen and (min-width: 1401px) {
}

@media screen and (max-width: 1400px) {
}
