.legacy-intro {
  gap: 24px;
}

.legacy-intro article {
  position: relative;
  min-height: 310px;
  padding: 31px 28px 28px;
  border: 1px solid #e2e5e5;
  background: linear-gradient(145deg, #fff, #fbfcfc);
  box-shadow: 0 10px 26px rgba(19, 37, 50, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.legacy-intro article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  width: 42px;
  height: 3px;
  background: var(--legacy-orange);
}

/* Sin numeración decorativa en Profesionales, Tecnología y Trato personal. */
.legacy-intro article::after {
  content: none !important;
  display: none !important;
}

.legacy-intro article:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 32px rgba(19, 37, 50, .1);
}

.legacy-intro article img {
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
}

.legacy-intro article p {
  max-width: 330px;
  color: #35434b;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .02em;
}

@media (max-width: 760px) { .legacy-intro article { min-height: auto; }.legacy-intro article img { width: 68px; height: 68px; } }
