/* Initial states for About Us page animations */
.bento-item {
  opacity: 0;
  transform: translateY(40px);
}

.gsap-adv-card {
  opacity: 0;
  transform: translateY(30px);
}
