.reviews-stats{background:var(--reviews-stats-section-bg-color)}.reviews-wrapper{display:flex;flex-direction:row;gap:56px;justify-content:center;padding:40px 0}.reviews-stats-card{background-color:var(--reviews-stats-card-bg-color);border-radius:22px;box-shadow:40px 28px 80px 0 #00000014,-8px -4px 32px 0 #00000014;display:flex;flex-direction:row;padding:8px}.revies-stats-rating{border-right:2px solid #e9e9e9;display:flex;flex-direction:column;font-size:54px;font-weight:700;gap:4px;padding:10px 20px}.revies-stats-rating *{font-family:Neue Montreal;line-height:1}.revies-stats-rating-num{color:var(--reviews-stats-rating-text-color)}.revies-stats-rating-link{font-size:14px;font-weight:400;text-decoration:underline!important}.reviews-stats-name-and-stars{display:flex;flex-direction:column;gap:16px;padding:17px}.reviews-stats__google .reviews-stats-name-and-stars{gap:9px}.reviews-stats__facebook .reviews-stats-name-and-stars{gap:15px}@media (max-width:768px){.reviews-wrapper{align-items:center;flex-direction:column;gap:24px;padding:40px 30px}}@media (min-width:768px) and (max-width:1023px){.reviews-wrapper{flex-wrap:wrap;gap:24px;padding:40px 30px}}@media (min-width:1024px) and (max-width:1100px){.reviews-wrapper{gap:unset;justify-content:space-around}}