.bew-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;text-align:left}html body .bew .bew-card{background:#fff;border:1px solid #e3e8f0;border-radius:16px;padding:28px 26px;box-shadow:0 8px 24px rgba(23,33,43,.05);display:flex;flex-direction:column}html body .bew .bew-card-stars{color:#f5a623;font-size:17px;letter-spacing:2px;margin-bottom:14px}html body .bew .bew-card-text{color:#3d444c;font-size:15px;line-height:1.65;margin:0 0 18px}html body .bew .bew-card-label{margin:auto 0 0;color:#0057b8;font-weight:700;font-size:12.5px;letter-spacing:.5px;text-transform:uppercase}html body .bew .bew-note{color:#5f6873;font-size:14px;margin:32px 0 0}@media (max-width:900px){.bew-grid{grid-template-columns:1fr;gap:18px}}