.storytelling {
  color: var(--dark-color-1);
  /* background: var(--bg-brand-gradient-color); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min-height: 640px; */
  overflow: hidden;
  padding: 90px 17px 70px;

}
.storytelling h3 {
  color: var(--brand-color-blue);
  font-family: Inter;
  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: Poppins;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -1.5px;
  margin: 0;
}
.storytelling h2 strong {
  font-weight: 500;
}

.storytelling.storytelling--theme-dark {
  background: radial-gradient(57.69% 86.4% at 0.81% 94.96%, rgba(120, 122, 250, 0.30) 0%, rgba(120, 122, 250, 0.00) 100%), radial-gradient(118.85% 122.59% at 132.28% -58.99%, #FB9CE6 0%, rgba(251, 156, 230, 0.00) 100%), radial-gradient(130.29% 124.54% at 126.87% 136.18%, #000 0%, rgba(0, 0, 0, 0.00) 100%), #474DAB;
  color: var(--light-color);
  padding: 100px 16px;
  position: relative;
}
.storytelling.storytelling--theme-dark:before {
  background: url('/themes/custom/grwpo/images/storytelling/background.png') center top no-repeat;
  background-size: 1400px;
  background-position-y: center;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.1;
}
.storytelling.storytelling--theme-dark h2 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1.68px;
}
.storytelling.storytelling--theme-dark h3 {
  padding-bottom: 40px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 4.8px;
}
.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: 650px; */
    padding: 100px 90px;
  }
  .storytelling h2 {
    font-size: 38px;
    line-height: 47px;
    letter-spacing: -1.9px;
  }
  .storytelling h3{
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 3.2px;
  }
  .storytelling.storytelling--theme-dark {
    padding: 170px 60px;
    min-height: 750px;
  }
  .storytelling.storytelling--theme-dark:before {
    background-size: 1380px;
    background-position-y: -194px;
  }
  .storytelling.storytelling--theme-dark h2 {
    font-size: 60px;
    line-height: 76px;
    letter-spacing: -2.4px;
  }
  .storytelling.storytelling--theme-dark h3 {
    font-size: 18px;
    letter-spacing: 5.4px;
  }
  .storytelling--line-white {
    margin-top: 60px;
    width: 60px;
  }

}

@media only screen and (min-width: 1024px) {
  .storytelling{
    /* min-height: 600px; */
    padding: 120px 191px 100px;
  }
  .storytelling h2 {
    line-height: 46px;
    letter-spacing: -2.28px;
  }

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

  .storytelling.storytelling--theme-dark {
    padding: 170px 85px;
    min-height: 720px;
  }
  .storytelling.storytelling--theme-dark:before {
    background-size: 1440px;
    background-position-y: center;
  }
  .storytelling.storytelling--theme-dark h2 {
    font-size: 62px;
    line-height: 80px;
    letter-spacing: -2.48px;
  }
  .storytelling.storytelling--theme-dark h3 {
    font-size: 18px;
    letter-spacing: 5.4px;
  }
}

@media only screen and (min-width: 1366px) {
  .storytelling{
    /* min-height: 770px; */
    padding: 110px 260px 70px;
  }
  .storytelling h2 {
    font-size: 42px;
    font-style: normal;
    line-height: 50px;
    letter-spacing: -2.52px;
  }
  .storytelling h3 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 4px;
  }
  .storytelling.storytelling--theme-dark {
    padding: 170px 140px;
    min-height: 768px;
  }
  .storytelling.storytelling--theme-dark:before {
    background-size: 1550px;
  }
  .storytelling.storytelling--theme-dark h2 {
    font-size: 72px;
    line-height: 90px;
    letter-spacing: -2.88px;
  }
  .storytelling.storytelling--theme-dark h3 {
    font-size: 18px;
    letter-spacing: 5.4px;
  }

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

@media only screen and (min-width: 1920px) {
  .storytelling{
    /* min-height: 600px; */
    padding: 167px 260px;
  }
  .storytelling h2 {
    font-size: 70px;
    line-height: 90px;
    letter-spacing: -4.2px;
  }
  .storytelling h3 {
    font-size: 22px;
    letter-spacing: 4.4px;
  }
  .storytelling.storytelling--theme-dark {
    padding: 247px 187px;
    min-height: 1080px;
  }
  .storytelling.storytelling--theme-dark:before {
    background-size: 2250px;
  }
  .storytelling.storytelling--theme-dark h2 {
    font-size: 92px;
    line-height: 120px;
    letter-spacing: -3.68px;
  }
  .storytelling.storytelling--theme-dark h3 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 6.6px;
  }
}
