.container {
  max-width: 1450px !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1450px !important;
  }
}
