.storytelling-block {
  color: var(--ultraLightColor, #FBFBFB);
  position: relative;
  z-index: 2;
}
.storytelling-block .viewport-container {
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .storytelling-block .viewport-container {
    padding-top: 45px;
    padding-bottom: 70px;
    background: var(--darkColor, #282538);
  }
}
.storytelling-block .viewport-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/vector_about_me_top.svg) no-repeat center center;
  background-size: cover;
  opacity: 0.15;
  z-index: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.storytelling-block.reveal-block .background-image-container,
.storytelling-block .background-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .storytelling-block.reveal-block .background-image-container,
  .storytelling-block .background-image-container {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
  }
}
.storytelling-block.reveal-block .background-image-container .background-image-wrapper,
.storytelling-block .background-image-container .background-image-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.storytelling-block.reveal-block .background-image-container .background-image-wrapper img,
.storytelling-block .background-image-container .background-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.storytelling-block--content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (max-width: 767px) {
  .storytelling-block--content {
    gap: 30px;
  }
}
.storytelling-block--content .heading {
  max-width: 950px;
  font-weight: 500;
}
.storytelling-block--content .body-text.medium {
  max-width: 840px;
}
.storytelling-block.reveal-block .background-image-container {
  position: absolute;
}