.E5R-V {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 32px;
  row-gap: 32px;
  margin-bottom: 32px;
}

@media (width >= 992px) {
  .E5R-V {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.SQ6Oy {
  position: relative;
  margin: 0 auto;
  max-width: 708px;
  padding: 0 1.6rem 6.4rem;
}

@media (width >= 992px) {
  .SQ6Oy {
    max-width: 160rem;
  }
}

.OL0Jf {
  font-weight: var(--themeFontWeightBold);
  font-size: var(--themeFontSizeH3);
  color: var(--themeColorForegroundPrimary);
  margin: 0 0 1.4rem;
}


/*# sourceMappingURL=Category-containers_df8f1182d3d1f5a1ee4e.css.map*/