.animate.fold-2 .cs-description {
  transition: all 0.5s ease;
  transform: translateX(-2500px);
}

.animate.animate-complete.fold-2 .cs-description {
  transform: translateX(0);
}
