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