.badge {
  min-height: 100vh;
}
.badge .main-badge .google-font {
  width: 15%;
}
.badge .main-badge .rating-number {
  color: black;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
.badge .main-badge .rating-star i {
  line-height: 28px;
  font-size: 22px;
  color: rgb(252, 191, 2);
}
.badge .main-badge .small-text {
  color: #11111180;
  font-size: 12px;
  line-height: 1.17;
  text-decoration: underline;
  text-decoration-color: #11111180;
}

.badge .offcanvas .offcanvas-body .google-font {
  width: 8%;
}
.badge .offcanvas .offcanvas-body .google-font-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: rgb(17, 17, 17);
}
.badge .offcanvas .offcanvas-body .rating-star {
  font-size: 15px;
  line-height: 20px;
  color: rgb(252, 191, 2);
}
.badge .offcanvas .offcanvas-body .rating-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(17, 17, 17);
}
.badge .offcanvas .offcanvas-body .card .card-body .card-title svg {
  /* width:10%; */
}
.badge .offcanvas .offcanvas-body .card .card-body .review-photo {
  display: inline-block;
  position: relative;
  width: 15%;
}
.badge .offcanvas .offcanvas-body .card .card-body .review-photo .google-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  padding: 2px;
  background-color: white;
  width: 45%;
}
