.category-view{
  margin-bottom: 2.4rem;
}

.category-description {
  overflow: hidden;
  height: auto;
  max-height: 600px;
  max-width: 620px;
  transition: max-height 1.2s ease-in-out;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Proxima Nova", sans-serif;
}
.category-description.shrink {
  max-height: 62px;
}
a.read-more {
  margin: auto;
  display: block;
  text-align: center;
  color: #a5a5a5;
  padding: 12px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
a.read-more:hover {
  color: #444;
  text-decoration: underline;
}
.category-description * {
  padding: 0;
  margin: 0;
}
