.text-section-4 .content {
  flex-direction: column;
  gap: 50px;
}
.text-section-4 .section-side-one {
  flex: 1;
}
.text-section-4 .section-side-one .headline {
  max-width: 685px;
  margin-bottom: calc(var(--inner-spacing-md) - 5px);
}
.text-section-4 .section-side-one .overline {
  margin-bottom: 8px;
}
.text-section-4 .section-side-two {
  gap: 50px;
}
.text-section-4 .body-copy {
  margin-bottom: 0;
  max-width: 700px;
}
.text-section-4 .subsection {
  display: flex;
  gap: 20px;
}
.text-section-4 .columns-container,
.text-section-4 .subsection-content {
  flex: 2;
}
.text-section-4 .subsection-headline {
  flex: 1;
  color: var(--gray-700);
  font-weight: 600;
}
.text-section-4 .subsection-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
.text-section-4 .subsection-image {
  border-radius: var(--border-radius-6xl);
  overflow: hidden;
}
.text-section-4 .subsection-image img {
  width: 100%;
  height: auto;
  display: block;
}
.text-section-4 .columns-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 20px;
}
.text-section-4 .column-headline {
  color: var(--gray-700);
}
.text-section-4 .column-body {
  color: var(--body-default-font-color);
}
.text-section-4 .column-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.text-section-4 > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 885px) {
  .text-section-4 .section-side-one,
  .text-section-4 .section-side-two {
    width: 100%;
  }
  .text-section-4 .subsection {
    flex-direction: column;
  }
  .text-section-4 .subsection-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .text-section-4 .columns-container {
    grid-template-columns: 1fr;
  }
}

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