@media screen and (max-width: 1199px) {
  html,
  body {
    width: auto !important;
    overflow-x: hidden !important;
  }
}

html {
  scroll-behavior: smooth;
}
.navigation--mobile,
.navigation>.container {
  position: relative;
}
.widget__content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto !important;
}