Image is not aligning properly as in demo
I have used the BE Energy theme and I just cant get the images to be properly aligned as in the demo.
The url is www.tds.com.my
The issue is more clear in the screenshot
http://www.tds.com.my/portal/wp-content/uploads/2015/09/icon-align-issues.png

Comments
looks like you lost 2 important css's under Custom CSS section:
#features .one-second:nth-child(1) .list_item .list_left {
With them, all will be the same as on our demo.float: right;
}
#features .one-second:nth-child(1) .list_item .list_right {
margin-left: 0;
margin-right: 100px;
text-align: right;
}