.paginate-post{
}

.paginate-post article.elementor-post{
  display: none;
  transition: all ease 0.3s;
}

.paginate-post article.elementor-post:nth-child(1){
  display: flex;
}

.paginate-post article.elementor-post:nth-child(2){
  display: flex;
}

.paginate-post article.elementor-post:nth-child(3){
  display: flex;
}

.paginate-post article.elementor-post:nth-child(4){
  display: flex;
}

.paginate-post article.elementor-post.shown{
  display: flex;
}

.paginate-post article.elementor-post.shown.block{
  display: block;
}