<style>
.two-column-text {
  text-align: center;
  margin: 0 auto;
}
.two-column-text__columns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.two-column-text__left,
.two-column-text__right {
  flex: 1;
  padding: 0 10px;
}

.two-column-text__left a,
.two-column-text__right a {
  color: var(--link-color);
}
</style>