.index-our-story {
  .text-block p {
    --line-height: 1.05;
  }

  .text-block p strong {
    color: #b5b0a3;
    font-weight: 300;
  }

  @media (max-width: 749px) {
    .image-block {
      padding: 0;
    }
  }

  @media (min-width: 750px) {
    .text-block p {
      --max-width: 10ch;
    }
  }
}