.image-with-intro-section picture {
  display: block;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .image-with-intro-section picture > img {
    max-width: var(--max-width);
  }
}