.icon_p_list p{
  position: relative;
  padding-left:20px ;
  color: #000;
  margin-bottom: 16px;
}
.icon_p_list p:last-child{
  margin-bottom: 0;
}
.icon_p_list p:before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #b0a48d;
  transform: rotate(45deg);
}
