.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: 1.1rem;
}

.button-show-more,
.button-show-less {
  margin-top: 1rem;
  color: var(--primary-color);
  font-size: var(--small_body);
  text-decoration: none;
  transition: all .5s ease-in-out;
}

.button-show-more:hover,
.button-show-less:hover {
  font-weight: calc(var(--font-medium-body-weight) + 100);
}