#section-posts-wmd > .section-posts-content {
  flex-direction: row-reverse;

  & > img {
    padding-right: 0px;
    padding-left: 40px;
  }
}

#section-posts-wmd .parallax-texts {
  /* display: flex; */
  position: absolute;
  top: 0;
  left: 0;
  /* Ensure it spans the full height */
  /* height: 100%;  */
  /* overflow-y: hidden; */
}

#section-posts-wmd .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 96px;
  font-weight: 700;
  line-height: 139.01px;
  text-align: left;
  padding-bottom: 1rem;
  color: #0000000D;
}