.safetybox {font-size:14px; letter-spacing:-0.5px; line-height:1.5;}
.safetybox.safety_con h3 {position:relative; padding-top:8px; font-size:18px; color:#000;}
.safetybox.safety_con h3:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    width: 18px;
    height: 3px;
    background-color: #0077b6;
}
.safetybox.safety_con ul {margin: 0 0 30px 5px;}
.safetybox.safety_con ul li {position:relative; padding-left:12px;}
.safetybox.safety_con ul>li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #aaa;
}
.safetybox.safety_con ul li ul {margin-top:10px;}
.safetybox.safety_con ul>li>ul>li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 1px;
    border-radius: 100%;
    background-color: #555;
}