.bulleted-list {
  padding: 0 0 22px 22px; }
  .bulleted-list_large {
    padding-left: 0; }
    .bulleted-list_large li {
      font-size: 18px;
      font-family: 'pf_beausans_pro';
      padding-left: 22px !important; }
      .bulleted-list_large li:before {
        top: 6px !important; }
  .bulleted-list li {
    font-weight: 300;
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 17px; }
    .bulleted-list li:before {
      position: absolute;
      top: 4px;
      left: 0;
      content: '';
      background: url(./images/bullet.png) no-repeat;
      width: 10px;
      height: 10px; }
    .bulleted-list li:last-child {
      margin-bottom: 0; }