@media (min-width: 1440px) {
    .container {
      width: calc(100vw - 240px) !important;
      max-width: 100% !important;
    }
  }