.storytelling-with-cta {
  background: var(--brand-color-yellow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  overflow: hidden;
  padding: 110px 17px 166px 17px;
  position: relative;
}
.storytelling-with-cta::before {
  background: url('/themes/custom/grwpo/images/power.svg') center top no-repeat;
  background-size: 300px 319px;
  background-position-x: right;
  background-position-y: bottom;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: -93px;
  left: 0;
}
.storytelling-with-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 326px;
  z-index: 5;
}
.storytelling-with-cta__title h2,
.storytelling-with-cta__title h3,
.storytelling-with-cta__title p {
  font-size: 53px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -4.24px;
  margin: 0px;
}
.storytelling-with-cta__title strong {
  font-weight: 500;
}
.storytelling-with-cta__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.storytelling-with-cta__content h2,
.storytelling-with-cta__content h3,
.storytelling-with-cta__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.2px;
  margin: 0px;
}
.storytelling-with-cta__content strong {
  font-weight: 700;
}

.storytelling-with-cta__link {
  display: flex;
}

.storytelling-with-cta__link a {
  align-items: center;
  background: linear-gradient(101deg, #8D5FFF 5.16%, #553999 115.5%);
  border-radius: 100px;
  color: var(--light-color);
  display: flex;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
  line-height: 28px;
  padding: 10px 60px 10px 26px;
  position: relative;
  text-decoration: none;
}

.storytelling-with-cta__link a::after {
  align-items: center;
  background: var(--brand-color-yellow) no-repeat center center;
  background-image: url(/themes/custom/grwpo/images/dark-arrow.svg);
  background-size: 11px;
  border-radius: 50%;
  content: "";
  height: 35px;
  position: absolute;
  right: 8px;
  width: 35px;
}

@media only screen and (min-width: 768px) {
  .storytelling-with-cta {
    align-items: flex-start;
    min-height: 620px;
    padding: 107px 93px 166px 93px;
  }
  .storytelling-with-cta::before {
    background-size: 394px 437px;
    bottom: 8px;
    right: -80px;
  }
  .storytelling-with-cta-wrapper {
    gap: 70px;
    max-width: 455px;
  }
  .storytelling-with-cta__title h2,
  .storytelling-with-cta__title h3,
  .storytelling-with-cta__title p {
    font-size: 72px;
    line-height: 62px;
    letter-spacing: -5.76px;
  }
  .storytelling-with-cta__content {
    gap: 40px;
    padding-right: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .storytelling-with-cta {
    min-height: 350px;
    padding: 70px 87px;
    align-items: center;
  }
  .storytelling-with-cta::before {
    background-size: 310px 337px;
    bottom: 13px;
    right: 10px;
  }
  .storytelling-with-cta-wrapper {
    flex-direction: row-reverse;
    gap: 98px;
    justify-content: space-between;
    max-width: 850px;
  }
  .storytelling-with-cta__title {
    flex: 0 0 328px;
    display: flex;
    align-items: center;
  }
  .storytelling-with-cta__title h2,
  .storytelling-with-cta__title h3,
  .storytelling-with-cta__title p {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -4.32px;
  }
  .storytelling-with-cta__content {
    flex: 0 0 424px;
    padding-right: 0;
  }
  .storytelling-with-cta__content h2,
  .storytelling-with-cta__content h3,
  .storytelling-with-cta__content p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1.2px;
  }
}

@media only screen and (min-width: 1366px) {
  .storytelling-with-cta {
    min-height: 500px;
    padding: 100px 66px;
  }
  .storytelling-with-cta::before {
    background-size: 347px 404px;
    bottom: 69px;
    right: 38px;
  }
  .storytelling-with-cta-wrapper {
    gap: 60px;
    max-width: 1033px;
  }
  .storytelling-with-cta__title {
    flex: 0 0 450px;
  }
  .storytelling-with-cta__content {
    gap: 50px;
  }
  .storytelling-with-cta__title h2,
  .storytelling-with-cta__title h3,
  .storytelling-with-cta__title p {
    font-size: 72px;
    line-height: 62px;
    letter-spacing: -5.76px;
  }
}

@media only screen and (min-width: 1920px) {
  .storytelling-with-cta {
    min-height: 500px;
    padding: 173px 243px;
  }
  .storytelling-with-cta::before {
    background-size: 488px 470px;
    bottom: 80px;
    right: 53px;
  }
  .storytelling-with-cta-wrapper {
    gap: 284px;
    max-width: 1434px;
  }
  .storytelling-with-cta__title {
    flex: 0 0 632px;
    padding-left: 30px;
  }
  .storytelling-with-cta__title h2,
  .storytelling-with-cta__title h3,
  .storytelling-with-cta__title p {
    font-size: 92px;
    line-height: 82px;
    letter-spacing: -7.36px;
  }
  .storytelling-with-cta__content {
    flex: 0 0 518px;
  }
  .storytelling-with-cta__content h2,
  .storytelling-with-cta__content h3,
  .storytelling-with-cta__content p {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1.8px;
  }
}
