.test-card-part {
  transition: transform 0.18s ease;
  will-change: transform;
}

.t396__artboard:has(.test-card-hover:hover) .test-card-part {
  transform: translateY(-2px);
}