.rpp_woo_product_content {
  margin-top: 50px;
}

.rpp_woo_product_content>ul {
  list-style: none;
  padding: 0px 0px 0px 0px !important;
}

.rpp_woo_product_content li {
  color: #fff;
  padding-bottom: 3px;
  font-size: 20px;
  font-family: 'Open Sans', sans_serif;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 10px;
}

.rpp_woo_product_content li:before {
  width: 50px;
  height: 50px;
  content: "\2713";
  font-weight: 700;
  font-size: 20px;
  color: #62e6ae;
  margin-right: 0px;
  padding: 4px 10px 4px 10px;
  border: 3px solid #62e6ae;
  border-radius: 50%;
}

@media screen and (max-width: 981px)
{
  .rpp_woo_product_content li {
    margin-bottom: 40px;
  }
}

.rpp_woo_product_badge {
  margin-top: 10px;
  padding: 3px 15px 3px 15px;
  border-radius: 5px;
  font-size: 12px;
}
