.show-button{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.button-show-more,
.button-show-less{
  padding: 11px 24px;
  justify-content: flex-start;
  text-decoration: none;
}

.label-show-more,
.label-show-less {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
