.text-section-1 .content {
  justify-content: space-between;
}
.text-section-1 .section-side-one,
.text-section-1 .section-side-two {
  width: 50%;
}
.text-section-1 .section-side-one {
  flex: 1;
}
.text-section-1 .section-side-one .overline {
  margin-bottom: 8px;
}
.text-section-1 .section-side-two {
  flex: 2;
  height: 100%;
  gap: 31px;
}
.text-section-1 .columns-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 20px;
}
.text-section-1 .column-intro,
.text-section-1 .column-headline {
  font-weight: 600;
  color: var(--gray-700);
}
.text-section-1 .column-intro {
  margin-bottom: 0;
}
.text-section-1 .column-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.text-section-1 .column-item .column-body {
  color: var(--body-default-font-color);
}
.text-section-1 .column-item .button-row {
  position: relative;
  width: 100%;
  top: -4px;
  padding-right: 10px;
  margin: 0;
}
.text-section-1 > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 885px) {
  .text-section-1 .section-side-one,
  .text-section-1 .section-side-two {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .text-section-1 .columns-container {
    grid-template-columns: 1fr;
  }
}

/*
========================================
Per-Client Field Visibility
========================================
*/