@media screen and (min-width:1025px) and (max-width:1365px){
  .px-air-l{
    padding:0 10rem !important;
  }
  /* .book-1 img,.book-2 img{
    max-width: 70%;
  }
  .book-1{ left: 0%;}
  .book-2{ right: 0%;} */
}


@media screen and (min-width:820px) and (max-width:1023px){
  .px-air{
    padding:0 7rem !important;
  }
  .owl-carousel .owl-nav button.owl-prev{
    left:-13%;
  }
  .owl-carousel .owl-nav button.owl-next{
    right: -13%;
  }
}