#bw{flex-direction:column}#bw>div{display:flex;margin:20px 0}#bw .reviewSummary{display:flex;justify-content:space-between;align-items:center}@media screen and (min-width:768px){#bw .reviewSummary{flex-wrap:nowrap;flex-direction:row}}@media screen and (max-width:767px){#bw .reviewSummary{flex-wrap:wrap;margin:0 auto;flex-direction:column}}#bw .reviewSummary div{padding:0 10px}#bw .reviewSummary .reviewSummaryStars i{font-size:1.6rem;color:#f9b403}#bw .reviewSummary .reviewSummaryText{font-size:1.4rem}#bw .reviews{width:100%;display:flex;justify-content:space-around}@media screen and (max-width:767px){#bw .reviews{flex-direction:column}}@media screen and (min-width:768px){#bw .reviews{flex-direction:row}}#bw .reviews .userReviewCard{background-color:#f1f1f1;background-image:linear-gradient(to bottom,#f9f9f9 0,#f1f1f1 100%);border:1px solid #bbb;border-radius:0;box-sizing:border-box;padding:10px;font-size:1.4rem}@media screen and (max-width:767px){#bw .reviews .userReviewCard{width:100%;margin-bottom:20px}#bw .reviews .userReviewCard .review{text-align:left}}@media screen and (min-width:768px){#bw .reviews .userReviewCard{width:30%}}#bw .reviews .userReviewCard .fa-star{color:#f9b403;font-size:1.6rem}#bw .reviews .userReviewCard .fa-check{color:#4ba550}#bw .reviews .userReviewCard .reviewAuthor{color:#7a8086;border-bottom:1px solid #bbb;padding-bottom:10px}#bw .reviews .userReviewCard .review{color:#454c53;padding:10px 0 0}