.fw-list-section-2 .fw-content {
  flex-direction: column;
  gap: 0;
}
.fw-list-section-2 .fw-section-side-one {
  max-width: calc(50% - var(--inner-spacing-lg));
}
.fw-list-section-2 .fw-section-side-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: calc(100vh - var(--inner-spacing-lg));
}
.fw-list-section-2 .fw-section-side-two img {
  width: 100%;
  height: auto;
}
.fw-list-section-2 .fw-headline {
  margin-bottom: var(--inner-spacing-xl);
}
.fw-list-section-2 .fw-list-group {
  border-top: 1px solid var(--color-highlight);
  margin-bottom: var(--inner-spacing-xl);
  width: 100%;
}
.fw-list-section-2 .fw-list-group-title {
  font-size: 0.9em;
  margin-top: var(--inner-spacing-xs);
  margin-bottom: var(--inner-spacing-md);
}
.fw-list-section-2 .single-list-item {
  position: relative;
  margin-bottom: var(--inner-spacing-sm);
  width: 100%;
  cursor: default;
}
.fw-list-section-2 .fw-list-image {
  overflow: hidden;
}
@media screen and (max-width: 885px) {
  .fw-list-section-2 .fw-sub-content {
    flex-direction: column;
  }
  .fw-list-section-2 .fw-section-side-one {
    max-width: 100%;
    order: 2;
  }
  .fw-list-section-2 .fw-section-side-two {
    order: 1;
  }
}
