/* Strategic Carbon: the expertise figures are small portrait scans — show them at
   their natural size instead of stretching them to fill half the row. */
.block--media-text .media-text__media img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  display: block;
}
.block--media-text .media-text__media { align-self: start; }
.block--media-text .media-text__content h2 { font-size: var(--maw-text-3xl); }
.block--media-text .media-text__content .prose p:first-child strong {
  font-family: var(--maw-font-heading);
  font-size: var(--sc-heading-sm);
  font-weight: 400;
}

/* Stacked (≤860px): lead with the heading and services list, then the photo —
   these blocks carry the page title, so it shouldn't sit below an image. */
@media (max-width: 860px) {
  .block--media-text .split .media-text__content { order: 1; }
  .block--media-text .split .media-text__media { order: 2; }
}
