.fw-hero-section-6 {
  padding: 0;
}
.fw-hero-section-6 .fw-content {
  flex-wrap: wrap;
  align-items: center;
}
.fw-hero-section-6 .fw-section-side-one {
  flex: 3;
}
.fw-hero-section-6 .fw-section-side-two {
  flex: 1;
}
@media screen and (max-width: 885px) {
  .fw-hero-section-6 .fw-content {
    align-items: flex-start;
  }
}
