@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.card-testimonial:first-child{animation-delay:.2s}.card-testimonial:nth-child(2){animation-delay:.4s}.card-testimonial:nth-child(3){animation-delay:.6s}