.left-right-section-2 .content {
  flex-direction: column;
}
.left-right-section-2 .section-overline {
  width: 100%;
}
.left-right-section-2 .overline {
  margin-bottom: 4px;
}
.left-right-section-2 .lists-container {
  display: flex;
  gap: var(--inner-spacing-xl);
  width: 100%;
}
.left-right-section-2 .section-side-one,
.left-right-section-2 .section-side-two {
  flex: 1;
}
@media screen and (max-width: 885px) {
  .left-right-section-2 .lists-container {
    flex-direction: column;
  }
}
/*
========================================
Per-Client Field Visibility
========================================
*/