.container {
  width: 98%;
  max-width: 98%;
}
@media (min-width: 1200px) {
  .container {
      width: 1280px;
  }
}
