﻿.design-block.bullets ul{
    padding-left:0;
    list-style:none;
    float:left;
}

    .design-block.bullets ul li {
        font-family: "SecondaryFont";
        text-align: left;
        font-size: 17px;
        position: relative;
    }


.design-block.bullets ul li::before {
    content:"\2022";
    color:#d27101;
    width:7px;
    height:7px;
    display:inline-block;
    margin-right:7px;
    position:absolute;
    left:-17px;
}

