.node--help .views-view--guide-cats--landing {
  margin-top: 60px;
}

@media (width <= 1023.98px) {
  .node--help .views-view--guide-cats--landing {
    margin-top: 30px;
  }
}

.node--help .field--help-shortcuts {
  grid: none / repeat(3, 1fr);
  gap: 25px;
  margin-top: 60px;
  display: grid;
}

@media (width <= 1023.98px) {
  .node--help .field--help-shortcuts {
    grid: none / repeat(2, 1fr);
  }
}

@media (width <= 599.98px) {
  .node--help .field--help-shortcuts {
    gap: 15px;
  }
}

@media (width <= 479.98px) {
  .node--help .field--help-shortcuts {
    grid: none;
  }
}

.node--help .field--help-shortcuts > .field__item {
  display: grid;
}
/*# sourceMappingURL=node--help.css.map */
