.review_with_key_point { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom:15px;}
.review_with_key_point .jdgm-widget { height: max-content; padding: 5px 7px; background: #eff1f3; }
.review_with_key_point  .benefit_inner { font-size: 14px; padding: 5px 7px; line-height: 1.2; background: #eff1f3; border-radius: 2px; }
@media screen and (max-width: 767px) {
    .review_with_key_point  .benefit_inner { font-size: 13px; }
    .review_with_key_point { gap: 8px; flex-wrap: wrap; }
}