.about-our-story {
  @media (max-width: 749px) {
    .custom-section-content>.section-content-wrapper {
      padding-block-start: 0;
    }
  }
}

.about-our-story__sticky {
  .text-block:last-child {
    position: sticky;
    bottom: 2rem;
  }
}