#customer_review_v102 { overflow:hidden; height:100%;   clear: left;  font-family: poppinssemibold;  text-align: center; box-sizing: border-box; }
#customer_review_v102 .inner_div { box-sizing: border-box; text-align: center; min-height: 400px; padding-top: 40px; padding-bottom: 40px;  display: flex; align-items: center;  }
#customer_review_v102 .inner_divinner{margin: auto; height: 100%;}
#customer_review_v102 .line1 { font-size: 25px; font-weight: bold; padding-bottom: 20px; }
#customer_review_v102 .line2 { font-size: 40px; font-weight: bold; padding-bottom: 20px; }
#customer_review_v102 .line3 { font-size: 17px; font-weight: bold;  }
@media only screen and (max-width: 600px) {
       #customer_review_v102 .line1 { font-size: 20px; line-height: 25px; }
       #customer_review_v102 .line2 { font-size: 25px; line-height: 30px; }
       #customer_review_v102 .line3 { line-height: 25px; }
}

#customer_review_v102 .plogos { display: flex;  flex-wrap: wrap; justify-content: center; flex-direction: row; align-items: center;  margin: 0 auto; width: 100%; border: solid 0px red;  min-height: 100px;  }
#customer_review_v102 .plogo {  text-align: center; border: solid 0px #aaa; padding: 5px; padding-top: 15px;  }
#customer_review_v102 .plogo>img { max-height: 45px; max-width: 130px; }