<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.buttons .heading__section {
  margin-bottom: 3rem;
}

.buttons__wrapper--extra {
  margin-top: 1.5rem;
}

.buttons__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}

.buttons__alignment--left .buttons__wrapper {
  justify-content: start;
}

.buttons__alignment--right .buttons__wrapper {
  justify-content: end;
}</pre></body></html>