/* =========================================================

   LAST MILE MODULE (centered card + caption)

   ========================================================= */



.scrolly__overlay--center {

  justify-items: center;

  align-items: center;

}



.scrolly__overlayInner--center {

  width: min(20px, 190vw);

  display: grid;

  gap: 16px;

}



.lm-card {

  width: min(440px, 86vw);

  border-radius: 18px;

  overflow: hidden;

  background: transparent!important;

  border: none!important;

  box-shadow: none!important;

}



.lm-card__img {

  width: 100%;

  display: block;

}



.lm-caption {

  text-align: justify;

  max-width: 154ch;

  line-height: 1.35;

  color: rgba(255,255,255,0.88);

  text-shadow: 0 0 16px rgba(0,0,0,0);
}