/* borcon section responsive overrides */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  body {
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  table {
    width: 100% !important;
    max-width: 100% !important;
  }

  td,
  th {
    word-break: break-word;
  }
}
