@media only screen and (max-width: 430px) {
  .feature-reviews-verified-reviewer,
  .feature-reviews-recommend-product {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 400px) {
  .feature-reviews-verified-reviewer,
  .feature-reviews-recommend-product {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
