.product_price_request_form .custom_form_background_color{
  background: #f3f1ef;
}
.product_price_request_form h2{
  text-align: center;
  margin-bottom: 45px;
}
.product_price_request_form .custom_price_request_form{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.product_price_request_form .custom_price_request_form textarea,
.product_price_request_form .custom_price_request_form input{
  background: #fff;
}
