@media screen and (max-width: 650px) {
  #review_content .flex > div {
    flex-basis: 100%;
    margin: 0 0 1em 0;
    min-width: none;
  }
}