.listing-other-cats {
  /* margin: 3.1rem 0 8.8rem; */
}
.listing-other-cats .other-cats-title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.6rem;
}
.listing-other-cats .other-cats-link {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 1.4rem 2.1rem 1.3rem;
  border-radius: 0.5rem;
  color: #000;
  border: 0.1rem solid #e8e8e8;
  margin-right: 1rem;
  white-space: nowrap;
}
.listing-other-cats .other-cats-wrapper {
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
}