#customer_review_v117 { display:block;  clear: left;  font-family: poppinsbold;  padding-top: 20px; padding-bottom: 20px; text-align: center; box-sizing: border-box; position: relative; }
#customer_review_v117 .inner_div { margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center;  min-height: 80px box-sizing: border-box; }
#customer_review_v117 .leftdiv { display: inline-block; width: 50%; }
#customer_review_v117 .rightdiv { display: inline-block; width: 50%; text-align: center; }
@media only screen and (max-width: 900px) {
       #customer_review_v117 .leftdiv { width: 100%; }
       #customer_review_v117 .rightdiv { width: 100%; }
}
#customer_review_v117 .rightdiv>a { display: inline-block; font-family: poppinsbold; text-transform: uppercase; padding: 12px; border-radius: 4px; min-width: 200px; text-align: center; margin-top: 25px; }
#customer_review_v117 .line1 { font-size: 30px; padding-bottom: 15px; text-transform: uppercase; }
#customer_review_v117 .line2 { font-size: 16px; font-family: poppinsregular; line-height: 26px; }

@media only screen and (max-width:500px) {
#customer_review_v117 .line1 { font-size: 24px; }
}