@media(max-width: 767px) {
  .cart-wrp {
    flex-direction: column;
  }
}
@media(max-width: 749px) {
  .new-faqAccordion__content {
    flex-flow: column;
  }
  .cart-wrp #main-cart-footer {
    width: 100%;
  }
}

@media(max-width: 766px) {
  .customers-box img {
    height: auto;
  }
}
