.container {
  max-width: 1140px !important;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
}
