@media screen and (max-width: 1366px) {
  body {
    overflow-x: hidden;
  }
  .h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1280px) {
  .h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .h3 {
    font-size: 20px;
  }
  .single-product table:not(.eael-data-table) {
    overflow: auto;
  }
}
