.left-right-section-1 .content {
  align-items: stretch;
  gap: var(--inner-spacing-xl);
}
.left-right-section-1 .section-side-one {
  flex: 1;
  justify-content: center;
}
.left-right-section-1 .section-side-two {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left-right-section-1 .image-container {
  overflow: hidden;
  border-radius: var(--border-radius-6xl);
  height: 100%;
  min-height: 475px;
}
.left-right-section-1 .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-right-section-1.text-left-section .section-side-one {
  order: 2;
}
.left-right-section-1.text-left-section .section-side-two {
  order: 1;
}
.left-right-section-1 .icon-list {
  margin-bottom: 30px;
}
.left-right-section-1 .highlight-box {
  background: var(--gray-100);
  border-radius: var(--border-radius-6xl);
  padding: var(--inner-spacing-md) var(--inner-spacing-lg);
  max-width: 520px;
}
.left-right-section-1 .highlight-box .body-copy {
  margin: 0;
}
@media screen and (max-width: 885px) {
  .left-right-section-1.text-left-section .section-side-one {
    order: 1;
  }
  .left-right-section-1.text-left-section .section-side-two {
    order: 2;
  }
  .left-right-section-1 .image-container {
    height: 325px;
    min-height: 325px;
  }
}
/*
========================================
Per-Client Field Visibility
========================================
*/