.commentCardsSection{display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding:20px 0;width:100%}.commentCardsSection,.commentCardsSection div{box-sizing:border-box}.commentCards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:0 auto;max-width:1180px;padding:30px 20px;width:100%}.commentCard{background-color:#fff;border:1px solid rgba(0,176,245,.14);border-radius:11px;box-shadow:9px 9px 6px hsla(0,0%,42%,.25);margin:20px 5px;padding:35px 25px;width:350px}.commentCard_text{color:#000;font-size:14px;min-height:125px}.commentCard_name{color:#00b0f5;font-size:14px;font-weight:700;padding-top:14px}.moreCommentsSection{margin:0 auto;max-width:1180px;padding:20px;width:100%}.moreCommentsBtn,.moreCommentsSection{align-items:center;display:flex;justify-content:center}.moreCommentsBtn{background:#00b0f5;border-radius:7px;color:#fff;font-size:16px;font-weight:700;height:61px;text-decoration:none;width:226px}.commentCard_score{display:flex;padding-top:10px}.commentCard_score i{margin:0 3px}