.fw-hero-section-3 {
  padding-top: 0;
  padding-bottom: 0;
}
.fw-hero-section-3 .fw-content {
  gap: 0;
}
.fw-hero-section-3 .fw-section-side-one {
  width: 50%;
  flex: none;
  justify-content: center;
  padding-right: var(--inner-spacing-lg);
}
.fw-hero-section-3 .fw-section-side-two {
  width: 50%;
  flex: none;
}
.fw-hero-section-3 .fw-desktop-image-container {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.fw-hero-section-3 .fw-desktop-image-container img {
  height: 100%;
  object-fit: cover;
}
.fw-hero-section-3 .fw-mobile-image-container {
  display: none;
}
.fw-hero-section-3.fw-image-left-section .fw-section-side-one {
  padding-left: var(--inner-spacing-lg);
  padding-right: 0;
  order: 2;
}
.fw-hero-section-3.fw-image-left-section .fw-section-side-two {
  order: 1;
}
.fw-hero-section-3.fw-image-left-section .fw-desktop-image-container {
  right: auto;
  left: 0;
}
@media screen and (max-width: 885px) {
  .fw-hero-section-3 {
    display: flex;
    flex-direction: column;
  }
  .fw-hero-section-3 .fw-content {
    gap: 0px;
  }
  .fw-hero-section-3 .fw-desktop-image-container {
    display: none;
  }
  .fw-hero-section-3 .fw-mobile-image-container {
    display: flex;
  }
  .fw-hero-section-3.fw-image-right-section .fw-section-side-one {
    padding-right: 0;
    width: 100%;
  }
  .fw-hero-section-3.fw-image-right-section .fw-mobile-image-container {
    padding-top: 0;
  }
  .fw-hero-section-3.fw-image-left-section .fw-content {
    order: 2;
  }
  .fw-hero-section-3.fw-image-left-section .fw-section-side-one {
    padding-left: 0;
    width: 100%;
  }
  .fw-hero-section-3.fw-image-left-section .fw-mobile-image-container {
    order: 1;
    padding-bottom: 0;
  }
}
