/* /colors/ */
/* Spacing */
/* /todo: probably remove the rest of these / */
/* /Line heights/ */
/* /Breakpoints/ */
.category__content {
  padding-top: 48px;
  padding-bottom: 25%;
}

.category__section-container {
  row-gap: 48px;
}

@media (max-width: 767px) {
  .category__section-container {
    row-gap: 16px;
  }
}
.category__section-content-link {
  margin-bottom: 8px;
}

.category__section-content-description {
  display: inline-block;
}

.category__hr {
  margin-top: 32px;
  margin-bottom: 48px;
}

h1 {
  padding-bottom: 16px;
}/*$vite$:1*/