#customer_review_v122 { clear: left; display: block; font-family: poppinsregular;  box-sizing: border-box; padding-top: 60px; padding-bottom: 60px;  }
#customer_review_v122 .inner_div { margin: 0 auto; max-width: 1200px; box-sizing: border-box; padding: 10px; text-align: center;  display: -webkit-flex;    display: flex; -webkit-flex-flow: row; flex-flow: row; flex-wrap: wrap; align-items: stretch;  }

#customer_review_v122 { background-color: transparent;}
#customer_review_v122 .item { display: flex; background-color: transparent; padding: 10px; }
#customer_review_v122 .item { width: 25%; box-sizing: border-box; height: 100%; display: flex;  }
#customer_review_v122 .item_inner { width: 100%; text-align: center; padding:60px 20px; padding-bottom: 40px; box-sizing: border-box; display: block; -webkit-transition: all .5s linear; -o-transition: all .5s linear; transition: all .5s linear; }
#customer_review_v122 .item_inner>h2 { font-family: poppinssemibold; font-size: 17px; padding-bottom: 10px; }
#customer_review_v122 .item_inner>p { font-family: poppinsregular; font-size: 14px; padding-bottom: 10px; line-height: 130%; min-height: 60px; display: block;  }
#customer_review_v122 .item_inner>a { text-transform: uppercase; letter-spacing: 0; font-size: 14px; line-height: 24px; text-align: center; display: inline-block; vertical-align: middle; position: relative; outline: none; cursor: pointer;  -webkit-transition: all .5s linear; -o-transition: all .5s linear; transition: all .5s linear; min-width: 150px; padding: 8px; font-family: poppinsbold; border-radius: 4px; }

@media only screen and (max-width: 1000px) { #customer_review_v122 .item {width: 50%;}}
@media only screen and (max-width: 600px) { #customer_review_v122 .item {width: 100%;}}

