@media screen and (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}

.row {
    --bs-gutter-x: 30px;
  }