.list-icon {
    width: 60px;
    height: auto;
    bottom: 10px;
    left: 20px;
}
.h4 {
    left: 100px;
    top: 10px;
    font-weight: 600 !important;
}
.list-ul {
    list-style: none;
    margin-left: -40px;
}
.list-ul li {
    height: 50px;
    font-size: 18px;
    color: #444444;
    padding-top: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}
.list-ul li::before {
    content: "■";
/*    content:"\25AA";*/
    color: #f19149;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: 15px;
    margin-left: 10px;/*            margin-top: -100px;*/
}
.list-ul a:hover {
    text-decoration: none;
}
.list-ul a:nth-child(2n) li {
    background-color: #eeeeee;
}
.list-ul a li:hover {
    background-color: #00a0e9;
    color: white;
}
