#features ul{
    width:100%;
    padding:20px 40px;
    background:#FFF;
    max-width:640px;
    margin:0 auto;
    border-radius: 7px;
    box-shadow: 0 0 10px #0001;
}

#features ul li{
    text-align: left;
    margin-bottom:10px;
}

