.review {
  overflow: hidden;
}
.review .img_box > div {
  margin: 10px;
  height: calc(100% - 20px);
}
.review .img_box .flex7 {
  flex: 7;
}
.review .img_box .flex5 {
  flex: 5;
}
.review .img_box img {
  width: 100%;
  height: 100%;
}
.review .img_box .col-xl-7 {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .img_box {
    flex-wrap: wrap;
  }
  .img_box .col-xl-7 {
    margin: 10px !important;
  }
}
@media (max-width: 575px) {
  .img_box {
    flex-direction: column;
  }
  .img_box > div {
    min-width: 300px;
    height: auto !important;
  }
}
