@media (max-width: 767px) {
  .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .owl-carousel .owl-item {
    margin-inline-end: 10px;
  }
}
