/* v255 - PEK Technologies mobile hero containment fix.
   Loaded only at max-width: 760px; desktop remains untouched. */
@media (max-width: 760px) {
  body.technologies-page,
  body.technologies-page .technologies-main,
  body.technologies-page .technologies-index {
    overflow-x: clip;
  }

  body.technologies-page .technologies-shell,
  body.technologies-page .technologies-header,
  body.technologies-page .technologies-header > div {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  body.technologies-page .technologies-shell {
    width: calc(100% - 36px);
  }

  body.technologies-page .technologies-title {
    width: 100%;
    max-width: 100%;
    margin: 0;
    line-height: .84;
    letter-spacing: -.065em;
  }

  body.technologies-page .technologies-title span {
    display: block;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
  }

  body.technologies-page .technologies-title span:first-child {
    font-size: clamp(46px, 14vw, 62px);
  }

  body.technologies-page .technologies-title span:last-child {
    font-size: clamp(36px, 10.5vw, 50px);
  }
}

/* v256 - center opened accordion content on phones only */
@media (max-width: 760px) {
  body.technologies-page .tech-content-slot,
  body.technologies-page .tech-content-slot.tech-content-filled {
    box-sizing: border-box;
    width: auto;
    margin-right: 18px;
    margin-left: 18px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  body.technologies-page .tech-content-slot::before,
  body.technologies-page .tech-content-copy .tech-content-lead::before {
    left: 50%;
    transform: translateX(-50%);
  }

  body.technologies-page .tech-content-grid,
  body.technologies-page .tech-content-copy,
  body.technologies-page .tech-content-action {
    box-sizing: border-box;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  body.technologies-page .tech-content-copy,
  body.technologies-page .tech-content-copy p,
  body.technologies-page .tech-content-copy .tech-content-lead {
    text-align: center;
  }

  body.technologies-page .tech-content-action {
    margin-top: 22px;
  }
}
