.storytelling-with-icon {
  background-color: var(--brand-color-orange);
  min-height: 686px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.storytelling-with-icon__container {
  color: var(--light-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 17px 100px;
  gap: 50px;
}
.storytelling-with-icon__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.storytelling-with-icon__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.storytelling-with-icon h2 {
  font-family: 'Inter';
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -1.68px;
  line-height: 42px;
  margin: 0;
}
.storytelling-with-icon h2 strong {
  font-weight: 600;
}
.storytelling-with-icon--text-body {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 32px;
  margin: 0;
}
.storytelling-with-icon--text-body strong {
  font-weight: 600;
}

.storytelling-with-icon--text-container{
  position: relative;
  z-index: 1;
}

.storytelling-with-icon__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  text-decoration: none;
}

.storytelling-with-icon__link-text {
  background: transparent;
  border: 1px solid var(--light-color);
  border-radius: 100px;
  opacity: 1;
  color: var(--light-color);
  cursor: pointer;
  font-family: "IBMPlexSans";
  font-size: 18px;
  font-weight: 500;
  left: 0;
  letter-spacing: -0.36px;
  margin: 0;
  padding: 13px 40px 15px;
  position: relative;
}

.storytelling-with-icon__arrow-left,
.storytelling-with-icon__arrow-right {
    display: inline-block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    aspect-ratio: 1;
    background: var(--light-color) no-repeat center center;
    background-image: url('/themes/custom/grwpo/images/orange-arrow.svg');
    transform: scale(1);
    transition: 0.3s all cubic-bezier(0.61, 1, 0.88, 1);
}
.storytelling-with-icon__arrow-left {
    transform: scale(0);
    width: 0;
    height: 0;
}
.storytelling-with-icon__link:hover .storytelling-with-icon__arrow-right {
    transform: scale(0);
    width: 0;
    height: 0;
}
.storytelling-with-icon__link:hover .storytelling-with-icon__arrow-left {
    transform: scale(1);
    width: 53px;
    height: 53px;
}


@media only screen and (min-width: 768px) {
  .storytelling-with-icon {
    min-height: 748px;
  }
  .storytelling-with-icon__container {
    padding: 160px 58px 180px;
    gap: 80px;
    flex-flow: wrap;
  }
  .storytelling-with-icon__wrapper {
    flex: 0 0 100%;
  }
  .storytelling-with-icon__icon img {
    width: 46px;
    height: 46px;
  }
  .storytelling-with-icon h2 {
    font-size: 62px;
    letter-spacing: -2.48px;
    line-height: 62px;
  }
  .storytelling-with-icon--text-body {
    flex: 0 0 calc(57% - 40px);
  }
  .storytelling-with-icon__link {
    flex: 0 0 calc(43% - 40px);
    justify-content: flex-end;
    align-items: end;
  }
}

@media only screen and (min-width: 1024px) {
  .storytelling-with-icon {
    min-height: 676px;
  }
  .storytelling-with-icon__container {
    padding: 140px 83px 160px;
    justify-content: space-between;
  }
  .storytelling-with-icon--text-body {
    flex: 0 0 calc(50%);
  }
  .storytelling-with-icon__link {
    height: min-content;
    align-self: end;
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 1366px) {
  .storytelling-with-icon {
    min-height: 680px;
  }
  .storytelling-with-icon__container {
    padding: 140px 136px 160px;
  }
  .storytelling-with-icon__icon img {
    width: 52px;
    height: 52px;
  }
  .storytelling-with-icon h2 {
    font-size: 72px;
    letter-spacing: -2.88px;
    line-height: 72px;
  }
  .storytelling-with-icon--text-body {
    flex: 0 0 calc(48%);
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 1920px) {
  .storytelling-with-icon {
    min-height: 758px;
  }
  .storytelling-with-icon__container {
    padding: 150px 182px 190px;
    width: 1920px;
    margin: 0 auto;
    gap: 90px;
  }
  .storytelling-with-icon__wrapper {
    flex: 0 0 1239px;
  }
  .storytelling-with-icon__icon img {
    width: 58px;
    height: 58px;
  }
  .storytelling-with-icon h2 {
    font-size: 82px;
    letter-spacing: -3.28px;
    line-height: 82px;
  }
  .storytelling-with-icon--text-body {
    flex: 0 0 535px;
  }
}
