body:has(.help-center) {
  background-color: #f7f7f7;
}

.help-center.default-section-width {
  max-width: 1400px;
}

/* Cards */
.help-center__about-galls {
  width: 100%;
}

.help-center__right {
  width: 100%;
}

@media (min-width: 992px) {
  .help-center__about-galls {
    width: 33.33% !important;
  }

  .help-center__right {
    width: 66.66% !important;
  }
}