Adjusting the list bullet point icon in Digital Pro for Genesis
.front-page-2 ul.checkmark li:before {
content: "";
display: inline-block;
margin-left: -36px;
margin-right: 20px; /* Adjust for how much space you want between the image bullet point and the list item */
width: 27px; /* Adjust the width and height based on the size of your png */
height: 32px;
background: url(image/pencil.png) top center no-repeat;
}