body {
}

.googleReviewContainer {
   /*width: 1170px;*/
   /*margin-top: 45px;*/
   /*width: 100%;*/
   /*margin-bottom: 55px;*/
}

.largeReviewContainer {
    margin-bottom: 55px;
    margin-top: 45px;
}

.leftReviewPanel {
   display: inline-block;
   width: 20%;
   margin-right: 20px;
   text-align: center;
   height: 151px;
}

.rightReviewPanel {
   display: inline-block;
   width: 70%;
   height: 100%;
   vertical-align: top;
}

.reviewLogo {
   width: 80px;
   margin-bottom: 20px;
}

.starRar {
   margin-bottom: 15px;
}

.reviewFrom {
   color: #ec008c;
   display: inline-block;
}

.reviewWriterName {
   color: #451B5F;
   display: inline-block;
}

.reviewText {
   text-align: left;
   /*color: #5B3572;*/
   color: #401663;
   font-size: 20px !important;
}

.customerReviewsLnkPosition {
   text-align: left;
   margin-top: 40px
}

.customerReviewsLnk, .customerReviewsLnk a:visited, .customerReviewsLnk a:hover, .customerReviewsLnk a:active, .customerReviewsLnk a:focus {
   color: #ec008c;
}