.grid-reviews,.grid-reviews *,.grid-reviews :after,.grid-reviews :before{box-sizing:border-box}.grid-reviews{width:100%}.grid-reviews__heading{margin:0 0 32px}.grid-reviews__grid{display:grid;gap:46px 32px;grid-template-columns:repeat(3,minmax(0,1fr))}.grid-reviews__item{min-width:0}.grid-reviews__card{background:#fff;border-radius:var(--Corner-Large,16px);box-shadow:0 8px 45px 0 rgba(37,86,161,.17);min-height:135px;padding:20px 18px 18px;position:relative}.grid-reviews__card:after{background:#fff;bottom:-12px;content:"";height:25px;left:25px;pointer-events:none;position:absolute;transform:rotate(45deg);width:25px}.grid-reviews__rating{align-items:center;display:flex;gap:8px;margin-bottom:14px}.grid-reviews__stars{display:block;height:auto;max-width:calc(100% - 33px);width:125px}.grid-reviews__google{display:block;height:34px;margin-left:auto;object-fit:contain;width:34px}.grid-reviews__description p{margin:0}.grid-reviews__description{padding:0 12px}.grid-reviews__author{align-items:center;display:flex;gap:14px;margin-top:25px;padding-left:17px}.grid-reviews__photo{background:currentColor;border-radius:50%;display:block;flex:0 0 48px;height:48px;object-fit:cover;width:48px}.grid-reviews__author-meta{display:flex;flex-direction:column;min-width:0}.grid-reviews__author-name{font-size:22px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-reviews__author-name,.grid-reviews__date{font-family:Archivo Expanded,Archivo,sans-serif;letter-spacing:-.02em;line-height:1.2}.grid-reviews__date{font-size:18px;font-weight:400}@media (max-width:900px){.grid-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:580px){.grid-reviews__heading{margin-bottom:24px}.grid-reviews__grid{gap:34px;grid-template-columns:1fr}.grid-reviews__author-name{font-size:16px}.grid-reviews__date{font-size:14px}}