.page--product--okendo-reviews {
  margin: 0 0 29em;
  overflow: hidden;
}
.page--product--okendo-reviews .oke-button {
  font-weight: 500 !important;
}
.page--product--okendo-reviews__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.page--product--okendo-reviews__widget {
  margin: 0 auto;
  font-family: "Avenir Next" !important;
  max-width: 88vw;
}
@media (min-width: 768px) {
  .page--product--okendo-reviews {
    margin: 0 0 12.5em;
  }
  .page--product--okendo-reviews__container {
    padding: 0;
    max-width: 75em;
  }
  .page--product--okendo-reviews__widget {
    max-width: 75em;
  }
}