.collection-description {
  padding: 15px 14px;
  background-color: var(--bg-color);
}

@media screen and (min-width: 768px) {
  .collection-description {
    display: flex;
    padding: 70px 114px;
    gap: 40px;
  }
}

.collection-description__content-description {
  color: var(--theme-color-subdued);
}

.collection-description__content-description :where(a) {
  color: var(--theme-color-ink);
  text-decoration: underline;
}

.collection-description__content-description :where(h1, h2, h3, h4, h5, h6) {
  font: var(--theme-body-font);
  font-weight: 500;
}

.collection-description__content-description :where(p) {
  margin-bottom: 16px;
}
