#customer_review_v93 { display:block;  clear: left; background-color: #F25824; color: #ffffff; font-family: poppinssemibold;  padding-top: 20px; padding-bottom: 20px; text-align: center; box-sizing: border-box; position: relative; }
#customer_review_v93 .inner_div { margin: 0 auto; height: 100%;  max-width :1170px;  }
#customer_review_v93 .leftdiv { position: relative; float: left; width: 100%; text-align: center; height: 100%;  }
#customer_review_v93 .rightdiv { position: relative; float: left; width: 100%; text-align: center; height: 100%; }
@media only screen and (min-width: 500px) {
       #customer_review_v93 .leftdiv { width: 35%;  }
       #customer_review_v93 .rightdiv { width: 65%; text-align: left;  }
}
@media only screen and (min-width: 650px) {
       #customer_review_v93 .leftdiv { width: 40%;  }
       #customer_review_v93 .rightdiv { width: 60%;  }
}

#customer_review_v93 .leftdiv>img { width: auto; max-height: 80px; }
@media only screen and (min-width: 650px) { #customer_review_v93 .leftdiv>img { padding-top: 5px; } }

#customer_review_v93 .rightdiv>p { font-size: 20px; line-height: 26px; max-width: 500px; }
@media only screen and (min-width: 650px) { #customer_review_v93 .rightdiv>p { font-size: 25px; line-height: 40px; } }
@media only screen and (min-width: 767px) { #customer_review_v93 .rightdiv>p { font-size: 30px; line-height: 40px; } }

@media only screen and (max-width: 480px){
#customer_review_v93 .leftdiv img {max-width:140px}
#customer_review_v93 .rightdiv p {font-size:13px}
}