.list-section-6 .section-side-one,
.list-section-6 .section-side-two {
  width: calc(50% - var(--inner-spacing-l));
  flex: auto;
}
.list-section-6 .section-side-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: calc(100vh - var(--inner-spacing-l));
}
.list-section-6 .section-side-two img {
  width: 100%;
  height: auto;
}
.list-section-6 .list-group {
  width: 100%;
  margin-bottom: var(--inner-spacing-m);
}
.list-section-6 .list-image {
  overflow: hidden;
}
@media screen and (max-width: 885px) {
  .list-section-6 .section-side-one {
    width: 100%;
    order: 2;
  }
  .list-section-6 .section-side-two {
    width: 100%;
    order: 1;
  }
}