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

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

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

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

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


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