/*footer widget title remove bottom line*/
.widget h2.widgettitle {
    border-bottom: 0;
}

/*list style position*/
ul {
    list-style-position: inside;
}