.fw-cpt-hero-section-1 .fw-section-side-one {
  width: 75%;
  padding-right: 50px;
  justify-content: center;
}
.fw-cpt-hero-section-1 .fw-section-side-two {
  width: 25%;
  justify-content: flex-end;
}
.fw-cpt-hero-section-1 .fw-subheadline {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .fw-cpt-hero-section-1 .fw-section-side-two,
  .fw-cpt-hero-section-1 .fw-section-side-one {
    width: 100%;
  }
  .fw-cpt-hero-section-1 .fw-section-side-one {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
