@media screen and (min-width: 2000px) {
  .xxl-content-wrapper {
    display: flex;
    justify-content: center;
  }

  .xxl-content {
    max-width: 1500px;
    width: 1500px;
  }
}
