.hero-section-8 .section-side-one {
  max-width: 850px;
  padding-right: 50px;
}
.hero-section-8 .section-side-two {
  max-width: 340px;
}
.hero-section-8 .subheadline {
  color: var(--highlight-color);
  text-transform: uppercase;
}
@media screen and (max-width: 885px) {
  .hero-section-8 .section-side-one {
    padding-right: 0px;
  }
}