@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1170px;
  }
}