.professional .card:hover {
  border-color: var(--timeline-prof-color);
}

.personal .card:hover {
  border-color: var(--timeline-pers-color);
}