.new-customer-review .title {
  margin: 0;
}

.new-customer-review.no-heading .title {
  display: none;
}

.new-customer-review .title-wrapper-with-link {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .new-customer-review .title-wrapper-with-link {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 989px) {
  .new-customer-review .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}
