.section-collections {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section-collections .section__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3.6rem;
}
.section-collections .section__heading {
  width: 100%;
  padding: 0 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section-collections .section__title {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-tight);
}
.section-collections .section__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section-collections .grid-terms {
  width: 100%;
  display: grid;
  gap: 0.2rem;
}
