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

.button-show-more,
.button-show-less {
  margin-top: 0rem;
}

@media screen and (min-width: 749px) {
  .button-show-more,
  .button-show-less {
    margin-top: 1.5rem;
  }
}
