html, body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1140px;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}
