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