.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  /* padding-bottom: 1.1rem; */
  background-color: darkgrey;
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
}

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