/* Initial State for the Contact Hub Cards Animation */
.contact-card {
  opacity: 0;
  transform: translateY(40px);
}
