#timeline-card,
.certificate,
#services-content {
  will-change: transform, opacity;
}
.serv-card {
  will-change: clip-path, transform;
}

#folder-front {
  transform-style: preserve-3d;
  will-change: transform;
}
#signature-wrapper {
  width: 100%;
}

#signature-path {
  will-change: stroke-dashoffset;
}
/* Valor para móvil (por defecto) */
.b-350 {
  flex-basis: 320px !important;
}

/* Valor para Tablet y Desktop (desde 768px en adelante) */
@media (min-width: 768px) {
  .b-350 {
    flex-basis: 350px !important;
  }
}
