.CategoryHeader {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--spaceLg);
}

.CategoryHeader:last-child {
  margin-bottom: 0;
}

.CategoryHeader-image {
  margin-right: var(--spaceLg);
  text-align: center;
  max-width: 31%;
}

@media (max-width: 32rem) {
  .CategoryHeader-image {
    max-width: 100%;
    width: 100%;
    order: 2;
    margin-top: var(--spaceMd);
    margin-right: 0;
  }
}

.CategoryHeader-image img {
  display: block;
  border-radius: 12px;
  width: 100%;
}

.CategoryHeader-content {
  flex: 1;
}

.CategoryHeader-text {
  font-size: var(--textSm);
}

.CategoryHeader-title {
  font-size: var(--textMd);
  margin-bottom: 1em;
}

.CategoryHeader-title.is-onlyChild {
  border-bottom: 1px dashed var(--colorOutlines);
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1.1rem;
}

/*# sourceMappingURL=category-header.min.css.map */
