 .g-review i {
     color: rgb(252, 191, 2);
 }

 .g-header {}

 .g-header .align-btn {
     height: 80px;
 }

 .g-header .logo-google {
     font-size: 25px
 }

 .g-header .logo-google img {
     width: 100px;
 }

 .g-header .g-review i {
     font-size: 19px;
 }

 .g-header .g-review .average {
     margin-right: 8px;
     color: #000;
     font-size: 19px;
 }

 .greview-grid .review-thumb {
     overflow: auto;
 }

 .review-thumb .name {
     font-size: 15px;
     font-weight: 600;
     color: #222222;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     max-width: 100%;
 }

 .review-thumb .review i {
     color: rgb(252, 191, 2);
 }

 .review-thumb img {
     width: 60px
 }

 /*badge*/
 .greview-badge img {
     max-width: 100px;
 }

 .greview-badge .g-header .g-review i {
     font-size: 19px;
 }

 .greview-badge .g-header .g-review .average {
     margin-right: 8px;
     color: #000;
     font-size: 19px;
 }

 .greview-badge .g-header a {
     color: #888;
     text-decoration: underline;
 }

 #column-left .g-header .col,
 #column-right .g-header .col {
     flex: 0 0 auto;
     width: 100%;
 }

 #column-left .g-header .logo-google img,
 #column-right .g-header .logo-google img {
     width: 72px;
 }

 #column-left .g-header .logo-google,
 #column-right .g-header .logo-google {
     font-size: 20px;
 }

 #column-left .g-header .average,
 #column-right .g-header .average {
     font-size: 15px;
 }

 #column-left .g-header i,
 #column-right .g-header i {
     font-size: 15px;
 }

 #column-left .g-header .align-btn,
 #column-right .g-header .align-btn {
     height: auto;
 }

 #column-left .g-header .text-end,
 #column-right .g-header .text-end {
     text-align: left !important;
 }

 @media (max-width: 670px) {

     .g-header .logo-google {
         font-size: 16px
     }

     .g-header .logo-google img {
         width: 75px;
     }

     .g-header .g-review .average {
         font-size: 17px;
         margin-right: 3px;
     }

     .g-header .g-review {
         font-size: 11px;
     }

     .g-header .g-review i {
         font-size: 14px;
     }

     .g-header .align-btn {
         height: 72px;
     }

     .review-thumb {
         height: auto !important;
     }
 }