@import url("/assets/index-DMG-tAYt.css");

/* Imagen institucional /sobre-movispy — 2026-09-08 */
.editorial-hero .about-team-image {
  width: min(100%, 1200px);
  margin: 32px auto 24px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 48px #0b332a24;
}

.editorial-hero .about-team-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 600px) {
  .editorial-hero .about-team-image {
    margin: 24px auto 20px;
    border-radius: 16px;
  }
}
