@media screen and (min-width: 750px) {
  .ql_container {
    width: 7.68rem;
  }

}

@media screen and (min-width: 769px) {
  .ql_container {
    width: 10.24rem;
  }

  .ql_tabs,
  .ql_form,
  .ql_total,
  .ql_solut,
  .ql_like {
    margin-left: auto;
    margin-right: auto;
  }

  .ql_header .ql_header_search {
    width: 7rem;
    margin-left: 1.5rem;
  }

  .ql_banners {
    height: 4rem;
  }

  .ql_banners .swiper-wrapper {
    height: 4rem;
  }

  .ql_banners .swiper-wrapper .ql_banner_title {
    left: 1.5rem;

  }

  .ql_banners .swiper-slide .ql_banner_more {
    left: 1.5rem;
    top: 2.5rem;
  }

  /* .ql_banners .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 1.5rem;
  } */

}