.cta-section-1 .content {
  justify-content: center;
}
.cta-section-1 .section-side-one {
  max-width: var(--text-max-width);
}
.cta-section-1.cta-text-align-center .section-side-one {
  justify-content: center;
  text-align: center;
}
.cta-section-1.cta-text-align-center .section-side-one .button-row {
  justify-content: center;
}