#google-customer-reviews {
    position: fixed;
    bottom: 4px;
    left: 2px;
    z-index: 9999;
    background-color: #f5f5f5;
    border: 3px solid #c8c4c4;
    border-radius: 10px;
}
#google-customer-reviews img {
    width: 132px;
}
#google-customer-reviews span {
    font-size: 11px;
    font-weight: 700;
    color: #222;
    position: absolute;
    top: 55px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#google-customer-reviews-mobile {
  display: inline-block;
  margin: 10px;
}
#google-customer-reviews-mobile img {
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 10px;
}
