.button-show-more {
  padding-left: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-start;
  padding-bottom: 1.1rem;
  text-transform: uppercase;
  color: #999;
  font-size: 1.2rem;
}

.button-show-more,
.button-show-less {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-show-more .icon {
  width: 1rem;
  margin-right: .5rem;
}

.button-show-more .label-show-less .icon {
  transform: rotate(180deg);
}