.wl-button-section {
  text-align: center;
}

.wl-button-section__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wl-button-section__wrapper--left {
  justify-content: flex-start;
  text-align: left;
}

.wl-button-section__wrapper--center {
  justify-content: center;
  text-align: center;
}

.wl-button-section__wrapper--right {
  justify-content: flex-end;
  text-align: right;
}
