.fw-gallery-section-2 .fw-content {
  flex-direction: column;
  gap: 0;
}
.fw-gallery-section-2 .single-offset-image-item {
  width: 100%;
  display: flex;
  align-items: center;
}
.fw-gallery-section-2 .single-offset-image-item .fw-section-side-one,
.fw-gallery-section-2 .single-offset-image-item .fw-section-side-two {
  min-width: 50%;
}
.fw-gallery-section-2 .single-offset-image-item .fw-section-side-two {
  align-items: center;
}
.fw-gallery-section-2 .single-offset-image-item .fw-headline {
  padding-right: var(--inner-spacing-lg);
}
.fw-gallery-section-2 .single-offset-image-item:nth-of-type(even) .fw-headline {
  padding-right: 0;
  padding-left: var(--inner-spacing-lg);
}
.fw-gallery-section-2 .single-offset-image-item:nth-of-type(even) .fw-section-side-one {
  text-align: left;
  order: 2;
}
.fw-gallery-section-2 .single-offset-image-item:nth-of-type(even) .fw-section-side-two {
  order: 1;
}
@media screen and (max-width: 885px) {
  .fw-gallery-section-2 .fw-content {
    gap: var(--inner-spacing-lg);
  }
  .fw-gallery-section-2 .single-offset-image-item:nth-of-type(even) .fw-headline {
    padding-right: var(--inner-spacing-lg);
    padding-left: 0;
  }
  .fw-gallery-section-2 .single-offset-image-item:nth-of-type(even) .fw-section-side-one {
    text-align: left;
    order: 1;
  }
  .fw-gallery-section-2 .single-offset-image-item:nth-of-type(even) .fw-section-side-two {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .fw-gallery-section-2 .fw-content {
    gap: var(--inner-spacing-xl);
  }
  .fw-gallery-section-2 .single-offset-image-item {
    flex-direction: column;
    gap: var(--inner-spacing-md);
  }
  .fw-gallery-section-2 .single-offset-image-item .fw-section-side-one,
  .fw-gallery-section-2 .single-offset-image-item .fw-section-side-two {
    width: 100%;
    align-items: flex-start;
  }
}
