.text-section-2 .content {
  justify-content: space-between;
}
.text-section-2 .section-side-one,
.text-section-2 .section-side-two {
  width: 50%;
}
.text-section-2 .section-side-one {
  flex: 1;
}
.text-section-2 .section-side-one .overline {
  margin-bottom: 14px;
}
.text-section-2 .section-side-two {
  flex: 2;
  height: 100%;
  gap: 22px;
}
.text-section-2 .body-copy {
  margin-bottom: 0;
  max-width: 696px;
}
.text-section-2 .section-image {
  border-radius: var(--border-radius-6xl);
  overflow: hidden;
  margin-bottom: 22px;
}
.text-section-2 .section-image img {
  width: 100%;
  height: auto;
  display: block;
}
.text-section-2 .highlight-box {
  background: var(--gray-50);
  border-radius: var(--border-radius-6xl);
  padding: var(--inner-spacing-md) var(--inner-spacing-lg);
  max-width: 696px;
  margin-top: 3px;
}
.text-section-2 .highlight-box .body-copy {
  margin: 0;
}
.text-section-2.gray-background-color .highlight-box {
  background: var(--gray-100);
}
.text-section-2 .list-intro {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-700);
  margin-bottom: 0;
}
.text-section-2 .list-container {
  display: flex;
  gap: 20px;
}
.text-section-2 .icon-list {
  flex: 1;
}
.text-section-2 .button-row {
  margin-top: 9px;
  margin-bottom: 0px;
}
.text-section-2 > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 885px) {
  .text-section-2 .section-side-one,
  .text-section-2 .section-side-two {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .text-section-2 .icon-list.list-columns-2 {
    grid-template-columns: 1fr;
  }
  .text-section-2 .list-container.list-columns-2 {
    flex-direction: column;
    gap: 0;
  }
}

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