.storytelling {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-height: 640px; */
  overflow: hidden;
  padding: 80px 17px 115px 17px;
  position: relative;
}
.storytelling::before {
  background: url('/themes/custom/grwpo/images/storytelling/circles-background.png') center top no-repeat;
  background-size: 560px;
  background-position-x: left;
  background-position-y: top;
  bottom: 0;
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  left: -260px;
  display: none;
}
.storytelling h3 {
  font-family: "Karla", serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 10px;
  letter-spacing: 2.8px;
  margin: 0px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.storytelling h2 {
  font-family: "Karla", serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 52px;
  letter-spacing: -3.6px;
  margin: 40px 0;
  text-align: right;
}
.storytelling h2:first-of-type {
  margin-top: 0px;
}
.storytelling h2:last-of-type {
  margin-bottom: 0px;
}
.storytelling h2 strong {
  font-weight: 600;
}
.storytelling .btn-link{
  padding-top: 30px;
}

.storytelling.storytelling--theme-dark {
  background: radial-gradient(111.83% 56.08% at 13.21% 76.4%, rgba(141, 95, 255, 0.40) 0%, rgba(141, 95, 255, 0.00) 100%), #483698;
  color: var(--light-color);
  padding: 140px 15px;
  position: relative;
}

.storytelling.storytelling--theme-dark:before {
  background: url('/themes/custom/grwpo/images/storytelling/background-mb.png') center top no-repeat;
  background-size: 1400px;
  background-position-x: right;
  background-position-y: bottom;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
}

.storytelling.storytelling--theme-dark h2 {
  color: var(--light-color);
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -3.2px;
  text-align: left;
}
.storytelling.storytelling--theme-dark h2 strong {
  font-weight: 500;
}

.storytelling.storytelling--theme-dark h3 {
  color: var(--light-color);
  padding-bottom: 40px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 4.8px;
}

.storytelling.storytelling--theme-dark p {
  text-align: right;
  font-family: Karla;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.54px;
  line-height: 30px;
}

.storytelling.storytelling--theme-dark p:first-of-type::before {
  background-color: var(--brand-color-yellow);
  content: "";
  display: block;
  height: 3px;
  margin: 65px 0 40px auto;
  width: 35px;
}

.storytelling.storytelling--theme-dark .btn-link a::after,
.storytelling.storytelling--theme-dark .btn-link a::before {
  background: url(/themes/custom/grwpo/images/dark-arrow.svg) no-repeat center / 12px 12px, linear-gradient(140deg, #FFC72C 60%, #edb210 100%);
}

.storytelling.storytelling--theme-dark .btn-link a {
  color: var(--light-color);
}

.storytelling.storytelling--theme-dark .btn-link a:hover {
  color: var(--brand-color-yellow);
}

.storytelling--line-container {
  display: flex;
}
.storytelling--line-container.align-right {
  justify-content: end;
}
.storytelling--line-container.align-center {
  justify-content: center;
}
.storytelling--line-container.align-left {
  justify-content: start;
}
.storytelling--line-white {
  margin-top: 50px;
  background-color: #D9E3F5;
  width: 50px;
  height: 5px;
}

@media only screen and (min-width: 768px) {

  .storytelling{
    /* min-height: 700px; */
    padding: 170px 55px 170px 115px;
  }
  .storytelling::before {
    display: block;
  }
  .storytelling > .storytelling-wrapper {
    width: 592px;
    margin: 0 auto;
  }
  .storytelling h2 {
    font-size: 58px;
    line-height: 61px;
    letter-spacing: -4.64px;
  }
  .storytelling h3{
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 3.2px;
  }
  .storytelling .btn-link {
    padding-top: 60px;
  }
  .storytelling.storytelling--theme-dark {
    padding: 136px 27px 118px 57px;
    min-height: 700px;
  }
  .storytelling.storytelling--theme-dark > .storytelling-wrapper {
    width: 685px;
    margin: 0 auto;
  }
  .storytelling.storytelling--theme-dark:before {
    background-size: 268px;
    display: block;
  }
  .storytelling.storytelling--theme-dark h2 {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -4.14px;
  }
  .storytelling.storytelling--theme-dark h3 {
    font-size: 18px;
    letter-spacing: 5.4px;
  }

  .storytelling.storytelling--theme-dark p {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-left: auto;
    text-align: left;
    width: 400px;
  }
  .storytelling.storytelling--theme-dark p:first-of-type::before {
    margin: 75px auto 30px 0;
  }
  .storytelling--line-white {
    margin-top: 60px;
    width: 60px;
  }

}

@media only screen and (min-width: 1024px) {

  .storytelling{
    /* min-height: 500px; */
    padding: 105px 50px 105px 140px;
  }
  .storytelling::before {
    background-size: 720px;
    left: -370px;
  }
  .storytelling > .storytelling-wrapper {
    width: 825px;
  }
  .storytelling h2 {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -4.16px;
    text-align: left;
  }

  .storytelling h2:first-of-type {
    text-indent: 32px;
  }

  .storytelling h3 {
    line-height: 23px;
  }

  .storytelling .btn-link {
    padding-top: 30px;
  }

  .storytelling.storytelling--theme-dark {
    padding: 129px 85px 115px 85px;
    min-height: 650px;
  }
  .storytelling.storytelling--theme-dark > .storytelling-wrapper {
    width: 850px;
  }
  .storytelling.storytelling--theme-dark:before {
    background-size: 295px;
  }
  .storytelling.storytelling--theme-dark h2 {
    font-size: 46px;
    line-height: 54px;
    letter-spacing: -4.14px;
  }
  .storytelling.storytelling--theme-dark h2:first-of-type {
    text-indent: 0px;
  }
  .storytelling.storytelling--theme-dark h3 {
    font-size: 18px;
    letter-spacing: 5.4px;
  }

  .storytelling.storytelling--theme-dark p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.6px;
    width: 436px;
  }
  .storytelling.storytelling--theme-dark p:first-of-type::before {
    margin: 75px auto 30px 0;
  }

}

@media only screen and (min-width: 1366px) {

  .storytelling{
    padding: 115px 210px 115px 220px;
  }
  .storytelling::before {
    left: -260px;
  }
  .storytelling > .storytelling-wrapper {
    width: 925px;
  }
  .storytelling h2 {
    font-size: 58px;
    line-height: 61px;
    letter-spacing: -4.64px;
  }

  .storytelling h3 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 4px;
  }

  .storytelling.storytelling--theme-dark {
    padding: 149px 137px 110px 137px;
    min-height: 650px;
  }
  .storytelling.storytelling--theme-dark > .storytelling-wrapper {
    width: 1090px;
  }
  .storytelling.storytelling--theme-dark:before {
    background-size: 360px;
  }
  .storytelling.storytelling--theme-dark h2 {
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -4.68px;
    width: 630px;
  }
  .storytelling.storytelling--theme-dark h3 {
    font-size: 18px;
    letter-spacing: 5.4px;
  }

  .storytelling.storytelling--theme-dark p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.6px;
    width: 535px;
  }

  .storytelling--line-white {
    margin-top: 70px;
    width: 80px;
  }


}

@media only screen and (min-width: 1920px) {

  .storytelling{
    /* min-height: 650px; */
    padding: 185px 295px 165px 295px;
  }
  .storytelling::before {
    background-size: 1210px;
    left: -605px;
  }
  .storytelling > .storytelling-wrapper {
    width: 1250px;
  }
  .storytelling h2 {
    font-size: 78px;
    line-height: 77px;
    letter-spacing: -6.24px;
  }
  .storytelling h2:first-of-type {
    text-indent: 55px;
  }
  .storytelling h3 {
    font-size: 22px;
    letter-spacing: 4.4px;
  }

  .storytelling .btn-link {
    padding-top: 15px;
  }

  .storytelling.storytelling--theme-dark {
    padding: 225px 430px 200px 181px;
    min-height: 900px;
  }
  .storytelling.storytelling--theme-dark > .storytelling-wrapper {
    width: 1330px;
  }
  .storytelling.storytelling--theme-dark:before {
    background-image: url('/themes/custom/grwpo/images/storytelling/background.png');
    background-size: 506px;
  }
  .storytelling.storytelling--theme-dark h2 {
    font-size: 82px;
    line-height: 88px;
    letter-spacing: -7.38px;
    width: 995px;
  }
  .storytelling.storytelling--theme-dark h2:first-of-type {
    text-indent: 0px;
  }
  .storytelling.storytelling--theme-dark h3 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 6.6px;

  }
  .storytelling.storytelling--theme-dark p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }

}
