img.meet-img--image, .elementor img.meet-img--image{
    border-radius: 50%;
    height: 130px;
}
.elementor hr{
    margin: 0 auto;
}
.elementor .post-list-wrapper hr, .elementor .service-title-wrapper hr {
    width: 10%;
    margin: auto;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .postpagination{
    width: 100%;
    margin: 0 auto;
  }

  ul.pager,  ul.page-numbers  { text-align: center !important; list-style: none; }
  ul.pager li,  ul.page-numbers li  {display: inline;border: 1px solid gray; padding: 10px; margin: 5px;}

  .book-wrapper {
    width: 100%; /* default for small screens */
  }
  
  @media (min-width: 700px) {
    .book-wrapper {
      width: 100% !important;
    }
  }
  