div.download-deliverables{
    max-width: 800px;
    margin: 50px auto;
    height: 600px;
}
div.download-deliverables h1 {
    font-size: 16px;
}
div.download-deliverables ul {
    list-style: none;
    margin-top: 20px;
}

div.download-deliverables ul li:before {
    content: '✓';
    color: #547C24;
}
