.jobs_show ul {
    margin: 0 0 1rem 0;
    padding: 0;
}

.jobs_show ul > li {
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
}

.jobs_show ul > li:before {
    content: "\F142";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Material Design Icons";
    font-weight: 400;
    color: #EE7F00;
    font-size: 1.5rem;
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.jobs_show .bg-primary ul > li:before {
    color: #484848;
}