.content ul {
    list-style: none;
}
 
.content ul li:before {
    color: #f00;
    content: '» \0000a0';
    font-size: 1.2em;
    font-weight: bold;
}

.content h2::after {
    content: ' ';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #ED1E26;
    border: none;
    
}

.content h2::after { margin-top: 20px; }
