.cta-button-section__wrap {
  width: 100%;
}

.cta-button-section__wrap--left {
  text-align: left;
}

.cta-button-section__wrap--center {
  text-align: center;
}

.cta-button-section__wrap--right {
  text-align: right;
}

.cta-button-section__button {
  font-size: var(--cta-size, 16px);
  padding: 1em 2em;
  line-height: 1.2;
  max-width: 100%;
}
