.categoryDesc {
  margin-bottom: 14px;
}

.categoryDesc__text {
  font-size: 14px;
}

.categoryDesc__intro,
.categoryDesc__full {
  margin-right: 9.375vw;
}
.categoryDesc__intro p,
.categoryDesc__full p {
  width: 100%;
}

.categoryDesc__intro {
  margin-bottom: 1rem;
}

.categoryDesc__toggle_button {
  font-weight: 700;
  text-transform: uppercase;
}

.categoryDesc__toggle {
  display: flex;
  align-items: center;
}
.categoryDesc__toggle::before {
  content: "";
  display: inline-block;
  height: 1px;
  background: var(--color-border);
  margin-right: 14px;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .categoryDesc__intro,
  .categoryDesc__full {
    margin-right: 3.75rem;
  }
}
.categoryDesc {
  margin-bottom: 12px;
}

.categoryDesc__intro p, .categoryDesc__full p {
  letter-spacing: -0.28px;
  font-size: 0.9375rem;
  color: #1B1918;
  padding-bottom: 0;
}

.categoryDesc__toggle_button {
  font-weight: 900;
}

.categoryDesc__text {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
/*# sourceMappingURL=category_desc.css.map */