.single-slide-item h2{
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
}
.single-slide-item p{
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
}