.fw-hero-section-5 .fw-content {
  flex-direction: column;
}
.fw-hero-section-5 .fw-section-side-one {
  width: 100%;
}
.fw-hero-section-5 .fw-headline {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-5 .fw-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-hero-section-5 .fw-body-copy {
  max-width: 50%;
}
@media screen and (max-width: 885px) {
  .fw-hero-section-5 .fw-body-copy {
    max-width: 100%;
  }
}
